Skip to content

Commit 31fb869

Browse files
Merge pull request #562 from RocketPy-Team/rel/v1.2.1
REL: bump up rocketpy version to v1.2.1
2 parents ee49409 + 474eb49 commit 31fb869

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)