Skip to content

Commit c0d20ef

Browse files
committed
3.16.3
Automatically generated by python-semantic-release
1 parent 92cde04 commit c0d20ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v3.16.3 (2023-11-30)
6+
7+
### Other
8+
9+
* More Configurable Logging: `SKYSCAN_EWMS_PILOT_LOG`, `SKYSCAN_MQ_CLIENT_LOG` ([#245](https://github.com/icecube/skymap_scanner/issues/245)) ([`92cde04`](https://github.com/icecube/skymap_scanner/commit/92cde041d4537b50db29e4226a60f1e831767302))
10+
511
## v3.16.2 (2023-11-30)
612

713
### Other

skymap_scanner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# is zero for an official release, positive for a development branch,
88
# or negative for a release candidate or beta (after the base version
99
# number has been incremented)
10-
__version__ = "3.16.2"
10+
__version__ = "3.16.3"
1111
version_info = (
1212
int(__version__.split(".")[0]),
1313
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)