Skip to content

Commit

Permalink
0.5.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 18, 2023
1 parent 5c3a2ca commit bf587ec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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-->

## v0.5.8 (2023-09-18)

### Other

* <bot> update dependencies*.log files(s) ([`5c3a2ca`](https://github.com/WIPACrepo/SkyDriver/commit/5c3a2ca60c92510ec82056131e29703afa395ee7))
* Update README ([`31878d6`](https://github.com/WIPACrepo/SkyDriver/commit/31878d6c77ea2d5d413331faa7b3a1500273a15d))
* User-Defined `classifiers` ([#70](https://github.com/WIPACrepo/SkyDriver/issues/70)) ([`c6fa048`](https://github.com/WIPACrepo/SkyDriver/commit/c6fa048126c51c24b361ab5773ec8bf0b67e58c6))

## v0.5.7 (2023-09-13)

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

0 comments on commit bf587ec

Please sign in to comment.