Skip to content

Commit

Permalink
0.6.20
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 16, 2023
1 parent 2980045 commit 087f3b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.6.20 (2023-11-16)

### Other

* <bot> update dependencies*.log files(s) ([`2980045`](https://github.com/WIPACrepo/SkyDriver/commit/2980045aa51199a44f2812633fdfdfdef0165367))
* Cluster-Watching: stop watching once we consistently get no response ([`5a50bfd`](https://github.com/WIPACrepo/SkyDriver/commit/5a50bfd03eeac3d4de0e544f82fa76ba94cbede8))

## v0.6.19 (2023-11-16)

### Other
Expand Down
2 changes: 1 addition & 1 deletion clientmanager/__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__ = "0.6.19"
__version__ = "0.6.20"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down
2 changes: 1 addition & 1 deletion skydriver/__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__ = "0.6.19"
__version__ = "0.6.20"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 087f3b2

Please sign in to comment.