Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ It also features a new parser enabling clearer error messages, greater language

See :ref:`porting to Scenic 3` for tools to help migrate existing 2D scenarios.

Scenic 3.1.1
------------

Minor new features:

* Added support for Python 3.14.


Scenic 3.1.0
------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scenic"
version = "3.1.0"
version = "3.1.1"
description = "The Scenic scenario description language."
authors = [
{ name = "Daniel Fremont" },
Expand Down
Loading