diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aec0e229..9732e38f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -## [v1.2.2] - 2024-03-dd +## [v1.2.2] - 2024-03-09 You can install this version by running `pip install rocketpy==1.2.2` diff --git a/docs/conf.py b/docs/conf.py index f2397dfa8..75f7a18a7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = "RocketPy Team" # The full version, including alpha/beta/rc tags -release = "1.2.1" +release = "1.2.2" # -- General configuration --------------------------------------------------- diff --git a/docs/user/installation.rst b/docs/user/installation.rst index 16dec6886..328a251a4 100644 --- a/docs/user/installation.rst +++ b/docs/user/installation.rst @@ -19,7 +19,7 @@ If you want to choose a specific version to guarantee compatibility, you may ins .. code-block:: shell - pip install rocketpy==1.2.1 + pip install rocketpy==1.2.2 Optional Installation Method: ``conda`` diff --git a/setup.py b/setup.py index 73d989de4..96f21a8d3 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setuptools.setup( name="rocketpy", - version="1.2.1", + version="1.2.2", install_requires=necessary_require, extras_require={ "env_analysis": env_analysis_require,