From d4ac946d808aa85ce7b6ad1900f746407fc55506 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Mon, 12 Feb 2024 12:56:05 -0500 Subject: [PATCH] REL: Update version to 1.2.0 --- CHANGELOG.md | 2 +- docs/conf.py | 2 +- docs/user/installation.rst | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3503a9e9..9005764c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -## [v1.2.0] - 2024-02-dd +## [v1.2.0] - 2024-02-12 You can install this version by running `pip install rocketpy==1.2.0` diff --git a/docs/conf.py b/docs/conf.py index 43dbd2d5c..6f116025b 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.1.5" +release = "1.2.0" # -- General configuration --------------------------------------------------- diff --git a/docs/user/installation.rst b/docs/user/installation.rst index 0822bde7d..9742bb8e3 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.1.5 + pip install rocketpy==1.2.0 Optional Installation Method: ``conda`` diff --git a/setup.py b/setup.py index 326f276ec..4652c4ca9 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setuptools.setup( name="rocketpy", - version="1.1.5", + version="1.2.0", install_requires=necessary_require, extras_require={ "env_analysis": env_analysis_require,