Skip to content

Commit

Permalink
0.0.59
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 7, 2023
1 parent fda62b5 commit 7328e88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.0.59 (2023-04-07)
### Other
* <bot> update requirements-clientmanager.txt ([`fda62b5`](https://github.com/WIPACrepo/SkyDriver/commit/fda62b59f87d6005f35c34bb00f2a8dc24a11890))
* Require `boto3` (not `boto`) ([`6f58e24`](https://github.com/WIPACrepo/SkyDriver/commit/6f58e24a5681438dfa98b9ee25d12ddda2641131))

## v0.0.58 (2023-04-07)
### Other
* Put Statup Files in S3 ([#22](https://github.com/WIPACrepo/SkyDriver/issues/22)) ([`654439d`](https://github.com/WIPACrepo/SkyDriver/commit/654439d6349323f7dbedb3e89c2572d1d0367f39))
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.0.58"
__version__ = "0.0.59"
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.0.58"
__version__ = "0.0.59"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 7328e88

Please sign in to comment.