Skip to content

Commit 054f893

Browse files
REL: v1.6.0 (#697)
* REL: bump version v1.6 * REL: bump version v1.6 * Update rocketpy/environment/environment.py Co-authored-by: Gui-FernandesBR <[email protected]> * DEV: update instalation * Update rocketpy/environment/environment.py --------- Co-authored-by: Gui-FernandesBR <[email protected]>
1 parent 2caf08f commit 054f893

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ Attention: The newest changes should be on top -->
3232

3333
### Added
3434

35-
- ENH: Generic Surfaces and Generic Linear Surfaces [#680](https://github.com/RocketPy-Team/RocketPy/pull/680)
36-
- ENH: Free-Form Fins [#694](https://github.com/RocketPy-Team/RocketPy/pull/694)
37-
- ENH: Expand Polation Options for ND Functions. [#691](https://github.com/RocketPy-Team/RocketPy/pull/691)
35+
-
3836

3937
### Changed
4038

@@ -44,6 +42,14 @@ Attention: The newest changes should be on top -->
4442

4543
-
4644

45+
## [v1.6.0] - 2024-09-29
46+
47+
### Added
48+
49+
- ENH: Generic Surfaces and Generic Linear Surfaces [#680](https://github.com/RocketPy-Team/RocketPy/pull/680)
50+
- ENH: Free-Form Fins [#694](https://github.com/RocketPy-Team/RocketPy/pull/694)
51+
- ENH: Expand Polation Options for ND Functions. [#691](https://github.com/RocketPy-Team/RocketPy/pull/691)
52+
4753
## [v1.5.0] - 2024-09-15
4854

4955
### Added

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.5.0"
30+
release = "1.6.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.5.0
22+
pip install rocketpy==1.6.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.5.0"
3+
version = "1.6.0"
44
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55
dynamic = ["dependencies"]
66
readme = "README.md"

0 commit comments

Comments
 (0)