Skip to content

Commit

Permalink
Merge pull request #630 from RocketPy-Team/rel/v1.4.0
Browse files Browse the repository at this point in the history
REL: v1.4.0
  • Loading branch information
Gui-FernandesBR authored Jul 5, 2024
2 parents e3f7b5c + e1f99fd commit 411dae0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ Attention: The newest changes should be on top -->

-

## [1.4.0] - 2024-07-dd
## [1.4.0] - 2024-07-06

You can install this version by running `pip install rocketpy==1.4.0`

### Added

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.3.0.post1"
release = "1.4.0"


# -- 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.3.0.post1
pip install rocketpy==1.4.0
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.3.0.post1"
version = "1.4.0"
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
dynamic = ["dependencies"]
readme = "README.md"
Expand Down

0 comments on commit 411dae0

Please sign in to comment.