Skip to content

Commit da558ef

Browse files
fix: update deprecation warning for parachute module removal to v1.15.0
1 parent 8e9c0a8 commit da558ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rocketpy/rocket/parachute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
``rocketpy.rocket.parachutes`` subpackage, and the old concrete ``Parachute``
55
class became an abstract base with the hemispherical model split out into
66
``HemisphericalParachute``. Importing from this module still works for backward
7-
compatibility but is deprecated and will be removed in v1.14.0.
7+
compatibility but is deprecated and will be removed in v1.15.0.
88
"""
99

1010
import warnings
@@ -14,7 +14,7 @@ class became an abstract base with the hemispherical model split out into
1414

1515
warnings.warn(
1616
"Importing from 'rocketpy.rocket.parachute' is deprecated and will be "
17-
"removed in v1.14.0. Import from 'rocketpy.rocket.parachutes' instead, "
17+
"removed in v1.15.0. Import from 'rocketpy.rocket.parachutes' instead, "
1818
"e.g. 'from rocketpy.rocket.parachutes import HemisphericalParachute'.",
1919
DeprecationWarning,
2020
stacklevel=2,

0 commit comments

Comments
 (0)