diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b902b6e..c74f453fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,16 @@ Attention: The newest changes should be on top --> ### Changed +### Fixed + +## [v1.4.3] - 2024-09-11 + +You can install this version by running `pip install rocketpy==1.4.3` + +### Changed + +- REL: Bump versioning to RocketPy v1.4.3 [#687](https://github.com/RocketPy-Team/RocketPy/pull/687) + ### Fixed - BUG: Rollback Prandtl-Glauert corrections for Tail and Nose. [#685](https://github.com/RocketPy-Team/RocketPy/pull/685) diff --git a/docs/conf.py b/docs/conf.py index ce4162c1e..a0773e567 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = "RocketPy Team" # The full version, including alpha/beta/rc tags -release = "1.4.2" +release = "1.4.3" # -- General configuration --------------------------------------------------- diff --git a/docs/user/installation.rst b/docs/user/installation.rst index d82c6bf29..c0655a2ea 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.4.2 + pip install rocketpy==1.4.3 Optional Installation Method: ``conda`` diff --git a/pyproject.toml b/pyproject.toml index 93fe7bb93..636f5d473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rocketpy" -version = "1.4.2" +version = "1.4.3" description="Advanced 6-DOF trajectory simulation for High-Power Rocketry." dynamic = ["dependencies"] readme = "README.md"