Skip to content

Commit 2188815

Browse files
MateusStanoGui-FernandesBR
authored andcommitted
REL: bump version v1.6
1 parent 2caf08f commit 2188815

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 ---------------------------------------------------

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"

rocketpy/environment/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2376,7 +2376,7 @@ def load_international_standard_atmosphere(self): # pragma: no cover
23762376
"""
23772377
warnings.warn(
23782378
"load_international_standard_atmosphere() is deprecated in version "
2379-
"1.5.0 and will be removed in version 1.7.0. This method is no longer "
2379+
"1.6.0 and will be removed in version 1.7.0. This method is no longer "
23802380
"needed as the International Standard Atmosphere is already calculated "
23812381
"when the Environment object is created.",
23822382
DeprecationWarning,

0 commit comments

Comments
 (0)