Skip to content

Commit

Permalink
Merge pull request #687 from RocketPy-Team/rel/v1.4.3
Browse files Browse the repository at this point in the history
REL: Bump versioning to RocketPy v1.4.3.
  • Loading branch information
phmbressan authored Sep 11, 2024
2 parents c062212 + 6b1033d commit df968af
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
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.4.2"
version = "1.4.3"
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
dynamic = ["dependencies"]
readme = "README.md"
Expand Down

0 comments on commit df968af

Please sign in to comment.