diff --git a/CHANGELOG.md b/CHANGELOG.md index 42dbd3b1a..3aa74969b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,9 +32,21 @@ Attention: The newest changes should be on top --> ### Added +- + +### Changed + +- + +### Fixed + +- + +## [v1.7.1] - 2024-12-07 ### Changed +- REL: update version to 1.7.1 in configuration files [#750](https://github.com/RocketPy-Team/RocketPy/pull/750) - MNT: Refactor Tank's testing Assertion with CAD data. [#678](https://github.com/RocketPy-Team/RocketPy/pull/678) ### Fixed diff --git a/docs/conf.py b/docs/conf.py index 62334799d..5a907a639 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "RocketPy Team" # The full version, including alpha/beta/rc tags -release = "1.7.0" +release = "1.7.1" # -- General configuration --------------------------------------------------- diff --git a/docs/user/installation.rst b/docs/user/installation.rst index ea36f1730..dabf967c8 100644 --- a/docs/user/installation.rst +++ b/docs/user/installation.rst @@ -19,7 +19,7 @@ If you want to choose a specific version to guarantee compatibility, you may ins .. code-block:: shell - pip install rocketpy==1.7.0 + pip install rocketpy==1.7.1 Optional Installation Method: ``conda`` diff --git a/pyproject.toml b/pyproject.toml index 024242696..e17c280ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rocketpy" -version = "1.7.0" +version = "1.7.1" description="Advanced 6-DOF trajectory simulation for High-Power Rocketry." dynamic = ["dependencies"] readme = "README.md"