Skip to content

Commit e1f99fd

Browse files
REL: bumps rocketpy version to 1.4.0
1 parent e3f7b5c commit e1f99fd

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ Attention: The newest changes should be on top -->
4242

4343
-
4444

45-
## [1.4.0] - 2024-07-dd
45+
## [1.4.0] - 2024-07-06
46+
47+
You can install this version by running `pip install rocketpy==1.4.0`
4648

4749
### Added
4850

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.3.0.post1"
28+
release = "1.4.0"
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.3.0.post1
22+
pip install rocketpy==1.4.0
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.3.0.post1"
3+
version = "1.4.0"
44
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55
dynamic = ["dependencies"]
66
readme = "README.md"

0 commit comments

Comments
 (0)