Skip to content

Commit 49e8a59

Browse files
committed
version bump
1 parent 90dc412 commit 49e8a59

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,24 @@ list of all the features.
5252
Changelog
5353
---------
5454

55+
[0.7.3] - 2023-08-19
56+
^^^^^^^^^^^^^^^^^^^^
57+
58+
**Added**
59+
60+
- Python 3.11 support
61+
- ``space tle`` displays total insertions from celestrak
62+
- ``space station`` creation can now handle negative coordinates
63+
- ``space log`` show current versions of beyond and space-command
64+
65+
**Modified**
66+
67+
- Subcommands are now listed without discrimination between official and third-party entry points.
68+
69+
**Removed**
70+
71+
- Python 3.6 support
72+
5573
[0.7.2] - 2022-10-14
5674
^^^^^^^^^^^^^^^^^^^^
5775

space/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.2"
1+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)