Skip to content

Commit

Permalink
Merge pull request #574 from RocketPy-Team/rel/v1.2.2
Browse files Browse the repository at this point in the history
REL: Update version to 1.2.2
  • Loading branch information
Gui-FernandesBR authored Mar 22, 2024
2 parents 31b7a67 + 864fd6d commit 946d38e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 946d38e

Please sign in to comment.