Skip to content

Commit 1ed55d1

Browse files
committed
Bumped to Version 0.2
1 parent d07eac9 commit 1ed55d1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

docs/changelog.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ Changes and additions to the examples and analyses are given here.
44

55
## Latest Version
66

7-
### Under development: Version 0.2
7+
### Under development: Version 0.3
8+
9+
- Watch this space!
10+
11+
## Previous Versions
12+
13+
### Version 0.2
814

915
- Migrated to [MyST](https://myst-parser.readthedocs.io/en/latest/) document parser
1016
- Added [Groundstation communication times analysis](how_to_guides/basics/gs_access.ipynb)
1117
- Added [Hohmann Transfer](how_to_guides/maneuver/hohmann_1.ipynb)
1218

13-
## Previous Versions
14-
1519
### Version 0.1 (25 Mar 2021)
1620

1721
- Initialised the project with three analyses (energy conservation properties of scipy diff solvers in the context of

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
# Version Info
2525
# ------------
2626
# The short X.Y version.
27-
version = "0.1"
27+
version = "0.2"
2828
# The full version, including alpha/beta/rc tags.
29-
release = "0.1"
29+
release = "0.2"
3030

3131
# -- General configuration ---------------------------------------------------
3232
# By default, highlight as Python 3.

satmad_applications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
=====================
44
Applications and Examples with the SatMAD library.
55
"""
6-
__version__ = "0.1"
6+
__version__ = "0.2"

0 commit comments

Comments
 (0)