Skip to content

Commit

Permalink
3.8.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
wipacdevbot committed Apr 5, 2023
1 parent 9002b76 commit 1029f02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<!--next-version-placeholder-->

## v3.8.0 (2023-04-05)
### Other
* Hot fix CI ([`9002b76`](https://github.com/icecube/skymap_scanner/commit/9002b7638cbfddef8eb3c2fbfb5bc88435b2ab25))
* Configuration parameter for pulse series name ([#168](https://github.com/icecube/skymap_scanner/issues/168)) ([`5329f6b`](https://github.com/icecube/skymap_scanner/commit/5329f6b6ede7836bd5d9d849ab2966b02a0a2d67))
* <bot> update requirements.txt ([`9f8a3f7`](https://github.com/icecube/skymap_scanner/commit/9f8a3f73a16811697623def7ee3dc352b8c44720))
* <bot> update requirements-rabbitmq.txt ([`d9e0719`](https://github.com/icecube/skymap_scanner/commit/d9e071906f2b0879355bccd58a7ad0c55524c17e))
* <bot> update requirements-pulsar.txt ([`8fddc4e`](https://github.com/icecube/skymap_scanner/commit/8fddc4e22b61682ae18855336cbcb7af1c557bc6))
* <bot> update requirements-nats.txt ([`42f4a3f`](https://github.com/icecube/skymap_scanner/commit/42f4a3fbc5a4c1045ad26b7775c3a330c8b31ca6))
* <bot> update requirements-gcp.txt ([`8d15390`](https://github.com/icecube/skymap_scanner/commit/8d1539014b0448dd3e769454884243fdd5362958))
* <bot> update requirements-client-starter.txt ([`dfd6def`](https://github.com/icecube/skymap_scanner/commit/dfd6def6566671677dcb10a7f4e93ba9aa9208aa))
* <bot> update requirements-all.txt ([`a0fe9ac`](https://github.com/icecube/skymap_scanner/commit/a0fe9ac217ab1fc16cbd695f30c73c7a855a325c))
* Reconstruction-specific test files ([#170](https://github.com/icecube/skymap_scanner/issues/170)) ([`124bd75`](https://github.com/icecube/skymap_scanner/commit/124bd75d7223504ba4f4687e242fcf0d1cafa182))

## v3.7.0 (2023-04-03)


Expand Down
2 changes: 1 addition & 1 deletion skymap_scanner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0"
__version__ = "3.8.0"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 1029f02

Please sign in to comment.