diff --git a/CHANGES.rst b/CHANGES.rst index a745c9154..476b881b1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,7 +7,7 @@ CHANGES * Add ``Arrow`` and ``Cylinder`` (preliminary) * Improve sectioning and subsectioning. (A lot more could be done on both the data tagging and presentation side) * Improve gallery examples -* Modernize Javascript code more and get closer to remvoving scriptaculous +* Modernize Javascript code more and get closer to removing scriptaculous 3.0.1 ----- diff --git a/mathics_django/version.py b/mathics_django/version.py index 2e301214a..5afd49aad 100644 --- a/mathics_django/version.py +++ b/mathics_django/version.py @@ -4,4 +4,4 @@ # well as importing into Python. That's why there is no # space around "=" below. # fmt: off -__version__="3.1.0.dev0" # noqa +__version__="3.1.0" # noqa