Skip to content

Commit

Permalink
3.14.14
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
wipacdevbot committed Nov 3, 2023
1 parent 4d94112 commit cca299b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v3.14.14 (2023-11-03)

### Other

* CI: Fail Faster ([#233](https://github.com/icecube/skymap_scanner/issues/233)) ([`4d94112`](https://github.com/icecube/skymap_scanner/commit/4d941125ec88f68d5b8a9e63ee1967471fd160ad))
* CI: Wait Only on Server ([#232](https://github.com/icecube/skymap_scanner/issues/232)) ([`639c86e`](https://github.com/icecube/skymap_scanner/commit/639c86e5a54a52975f5e523b3a0b57443311d864))
* <bot> update dependencies*.log files(s) ([`6f70af5`](https://github.com/icecube/skymap_scanner/commit/6f70af503361d7033fbae4837e0191baeefa1b87))

## v3.14.13 (2023-11-02)

### Other
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.14.13"
__version__ = "3.14.14"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit cca299b

Please sign in to comment.