Skip to content

Commit 4df0b38

Browse files
authored
REL: Update version to 1.9.0 (#795)
1 parent 5328d66 commit 4df0b38

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ Attention: The newest changes should be on top -->
3232

3333
### Added
3434

35+
36+
### Changed
37+
38+
39+
### Fixed
40+
41+
42+
## v1.9.0 - 2025-03-24
43+
44+
### Added
45+
3546
- ENH: Parallel mode for monte-carlo simulations 2 [#768](https://github.com/RocketPy-Team/RocketPy/pull/768)
3647
- DOC: ASTRA Flight Example [#770](https://github.com/RocketPy-Team/RocketPy/pull/770)
3748
- ENH: Add Eccentricity to Stochastic Simulations [#792](https://github.com/RocketPy-Team/RocketPy/pull/792)

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "RocketPy Team"
2828

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

3232

3333
# -- General configuration ---------------------------------------------------

docs/user/installation.rst

+1-1
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.8.0
22+
pip install rocketpy==1.9.0
2323
2424
2525
Optional Installation Method: ``conda``

pyproject.toml

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

0 commit comments

Comments
 (0)