We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7683b4e commit 3c7fdecCopy full SHA for 3c7fdec
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v3.16.2 (2023-11-30)
6
+
7
+### Other
8
9
+* Remove `client_starter.py` ([#243](https://github.com/icecube/skymap_scanner/issues/243)) ([`7683b4e`](https://github.com/icecube/skymap_scanner/commit/7683b4eade1c0dbd7183be855cb8a0030d84e01b))
10
11
## v3.16.1 (2023-11-29)
12
13
### Other
skymap_scanner/__init__.py
@@ -7,7 +7,7 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
-__version__ = "3.16.1"
+__version__ = "3.16.2"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
0 commit comments