Skip to content

Commit 946d38e

Browse files
Merge pull request #574 from RocketPy-Team/rel/v1.2.2
REL: Update version to 1.2.2
2 parents 31b7a67 + 864fd6d commit 946d38e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3838

3939
### Fixed
4040

41-
## [v1.2.2] - 2024-03-dd
41+
## [v1.2.2] - 2024-03-09
4242

4343
You can install this version by running `pip install rocketpy==1.2.2`
4444

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "RocketPy Team"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "1.2.1"
27+
release = "1.2.2"
2828

2929

3030
# -- General configuration ---------------------------------------------------

docs/user/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to choose a specific version to guarantee compatibility, you may ins
1919

2020
.. code-block:: shell
2121
22-
pip install rocketpy==1.2.1
22+
pip install rocketpy==1.2.2
2323
2424
2525
Optional Installation Method: ``conda``

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setuptools.setup(
2525
name="rocketpy",
26-
version="1.2.1",
26+
version="1.2.2",
2727
install_requires=necessary_require,
2828
extras_require={
2929
"env_analysis": env_analysis_require,

0 commit comments

Comments
 (0)