diff --git a/docs/new.rst b/docs/new.rst index fd746e14b..0d1328528 100644 --- a/docs/new.rst +++ b/docs/new.rst @@ -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 ------------ diff --git a/pyproject.toml b/pyproject.toml index be8c045fb..85fa0dcaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" },