Skip to content

Commit 10fc1a3

Browse files
REL: update version to 1.7.0 in configuration files
1 parent 551d25a commit 10fc1a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "RocketPy Team"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "1.6.2"
30+
release = "1.7.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

docs/user/installation.rst

+1-1
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.6.2
22+
pip install rocketpy==1.7.0
2323
2424
2525
Optional Installation Method: ``conda``

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rocketpy"
3-
version = "1.6.2"
3+
version = "1.7.0"
44
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55
dynamic = ["dependencies"]
66
readme = "README.md"

0 commit comments

Comments
 (0)