Skip to content

Commit df968af

Browse files
authored
Merge pull request #687 from RocketPy-Team/rel/v1.4.3
REL: Bump versioning to RocketPy v1.4.3.
2 parents c062212 + 6b1033d commit df968af

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ Attention: The newest changes should be on top -->
3636
### Changed
3737

3838

39+
### Fixed
40+
41+
## [v1.4.3] - 2024-09-11
42+
43+
You can install this version by running `pip install rocketpy==1.4.3`
44+
45+
### Changed
46+
47+
- REL: Bump versioning to RocketPy v1.4.3 [#687](https://github.com/RocketPy-Team/RocketPy/pull/687)
48+
3949
### Fixed
4050

4151
- BUG: Rollback Prandtl-Glauert corrections for Tail and Nose. [#685](https://github.com/RocketPy-Team/RocketPy/pull/685)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = "RocketPy Team"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "1.4.2"
28+
release = "1.4.3"
2929

3030

3131
# -- General configuration ---------------------------------------------------

docs/user/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to choose a specific version to guarantee compatibility, you may ins
1919

2020
.. code-block:: shell
2121
22-
pip install rocketpy==1.4.2
22+
pip install rocketpy==1.4.3
2323
2424
2525
Optional Installation Method: ``conda``

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.4.2"
3+
version = "1.4.3"
44
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55
dynamic = ["dependencies"]
66
readme = "README.md"

0 commit comments

Comments
 (0)