Skip to content

Commit

Permalink
REL: bump version v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano committed Sep 29, 2024
1 parent 94e2958 commit 4949d18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ Attention: The newest changes should be on top -->

### Added

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

### Changed

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

-

## [v1.6.0] - 2024-09-29

### Added

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

## [v1.5.0] - 2024-09-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = "RocketPy Team"

# The full version, including alpha/beta/rc tags
release = "1.5.0"
release = "1.6.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rocketpy"
version = "1.5.0"
version = "1.6.0"
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
dynamic = ["dependencies"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion rocketpy/environment/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2376,7 +2376,7 @@ def load_international_standard_atmosphere(self): # pragma: no cover
"""
warnings.warn(
"load_international_standard_atmosphere() is deprecated in version "
"1.5.0 and will be removed in version 1.7.0. This method is no longer "
"1.6.0 and will be removed in version 1.7.0. This method is no longer "
"needed as the International Standard Atmosphere is already calculated "
"when the Environment object is created.",
DeprecationWarning,
Expand Down

0 comments on commit 4949d18

Please sign in to comment.