Skip to content

Commit 43b486a

Browse files
Merge pull request #555 from RocketPy-Team/rel/v1.2.0
REL: Update version to 1.2.0
2 parents 9055923 + d4ac946 commit 43b486a

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
@@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3939
### Fixed
4040

4141

42-
## [v1.2.0] - 2024-02-dd
42+
## [v1.2.0] - 2024-02-12
4343

4444
You can install this version by running `pip install rocketpy==1.2.0`
4545

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.1.5"
27+
release = "1.2.0"
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.1.5
22+
pip install rocketpy==1.2.0
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.1.5",
26+
version="1.2.0",
2727
install_requires=necessary_require,
2828
extras_require={
2929
"env_analysis": env_analysis_require,

0 commit comments

Comments
 (0)