Skip to content

Commit 8e4db26

Browse files
REL: bumps up rocketpy version to 1.6.1
1 parent 7cab158 commit 8e4db26

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,20 @@ Attention: The newest changes should be on top -->
3232

3333
### Added
3434

35-
-
35+
36+
37+
### Changed
38+
39+
40+
41+
### Fixed
42+
43+
44+
## [v1.6.1] - 2024-10-10
3645

3746
### Changed
3847

48+
- REL: v1.6.1 [#708](https://github.com/RocketPy-Team/RocketPy/pull/708)
3949
- DEP: deprecate NOAA's RuC sounding [#706](https://github.com/RocketPy-Team/RocketPy/pull/706)
4050

4151
### Fixed

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.6.0"
30+
release = "1.6.1"
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.6.0
22+
pip install rocketpy==1.6.1
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.6.0"
3+
version = "1.6.1"
44
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55
dynamic = ["dependencies"]
66
readme = "README.md"

0 commit comments

Comments
 (0)