Skip to content

Commit 9cf3dd4

Browse files
authored
Merge pull request #868 from RocketPy-Team/rel/v1.11.0
REL: bumps up rocketpy version to 1.11.0
2 parents ef3eee8 + 1a068a4 commit 9cf3dd4

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Attention: The newest changes should be on top -->
3232

3333
### Added
3434

35+
### Changed
36+
37+
### Fixed
38+
39+
40+
## [v1.11.0] - 2025-11-01
41+
42+
### Added
43+
3544
- ENH: Tank Fluids with Variable Density from Temperature and Pressure [#852](https://github.com/RocketPy-Team/RocketPy/pull/852)
3645
- ENH: Controller (AirBrakes) and Sensors Encoding [#849](https://github.com/RocketPy-Team/RocketPy/pull/849)
3746
- EHN: Addition of ensemble variable to ECMWF dictionaries [#842](https://github.com/RocketPy-Team/RocketPy/pull/842)
@@ -44,6 +53,7 @@ Attention: The newest changes should be on top -->
4453

4554
### Changed
4655

56+
- REL: bumps up rocketpy version to 1.11.0 [#868](https://github.com/RocketPy-Team/RocketPy/pull/868)
4757
- MNT: allow for exporting of non apogee flights. [#863](https://github.com/RocketPy-Team/RocketPy/pull/863)
4858
- TST: remove remaining files after test session. [#862](https://github.com/RocketPy-Team/RocketPy/pull/862)
4959
- MNT: bumps min python version to 3.10 [#857](https://github.com/RocketPy-Team/RocketPy/pull/857)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = "RocketPy"
25-
copyright = "2024, RocketPy Team"
25+
copyright = "2025, RocketPy Team"
2626

2727
author = "RocketPy Team"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "1.10.0"
30+
release = "1.11.0"
3131

3232

3333
# -- 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.10.0
22+
pip install rocketpy==1.11.0
2323
2424
2525
Optional Installation Method: ``conda``

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rocketpy"
3-
version = "1.10.0"
3+
version = "1.11.0"
44
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55
dynamic = ["dependencies"]
66
readme = "README.md"

0 commit comments

Comments
 (0)