Skip to content

Commit

Permalink
0.5.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 11, 2023
1 parent ba0bd7a commit a564ec5
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.5.4 (2023-09-11)

### Other

* <bot> update dependencies*.log files(s) ([`ba0bd7a`](https://github.com/WIPACrepo/SkyDriver/commit/ba0bd7af0d016d6cd06073e66649fc87dce1f149))
* Fix Jammed Backlog ([`7485c49`](https://github.com/WIPACrepo/SkyDriver/commit/7485c496cf61a0a6e069efd4633a1f6a5e0dd54a))

## v0.5.3 (2023-09-07)

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

0 comments on commit a564ec5

Please sign in to comment.