Skip to content

Commit 1e955ba

Browse files
Merge pull request #535 from RocketPy-Team/rel/v1.1.5
REL: Update RocketPy version to 1.1.5
2 parents 08004ef + d86c760 commit 1e955ba

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ straightforward as possible.
4040

4141
### Fixed
4242

43+
-
44+
45+
## [v1.1.5] - 2024-01-21
46+
47+
You can install this version by running `pip install rocketpy==1.1.5`
48+
49+
### Fixed
50+
4351
- BUG: Parachute Pressures not being Set before All Info. [#534](https://github.com/RocketPy-Team/RocketPy/pull/534)
4452
- BUG: Invalid Arguments on Two Dimensional Discretize. [#521](https://github.com/RocketPy-Team/RocketPy/pull/521)
4553

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

0 commit comments

Comments
 (0)