We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dc412 commit 49e8a59Copy full SHA for 49e8a59
README.rst
@@ -52,6 +52,24 @@ list of all the features.
52
Changelog
53
---------
54
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
73
[0.7.2] - 2022-10-14
74
^^^^^^^^^^^^^^^^^^^^
75
space/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.7.2"
+__version__ = "0.7.3"
0 commit comments