Skip to content

Commit

Permalink
0.0.54
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 27, 2023
1 parent 8b6be59 commit 2b16730
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v0.0.54 (2023-03-27)
### Other
* Fix tests ([`8b6be59`](https://github.com/WIPACrepo/SkyDriver/commit/8b6be59cd23428f6fccbab8fb4cba9ea1889cad8))
* Fix tests ([`0143f79`](https://github.com/WIPACrepo/SkyDriver/commit/0143f7996067314cf027ffe70022e78607eb01c2))
* <bot> update requirements.txt ([`2d9a20b`](https://github.com/WIPACrepo/SkyDriver/commit/2d9a20b26e9f1a29d44931430a7b9805a6ac2141))
* <bot> update requirements-tests.txt ([`d80237f`](https://github.com/WIPACrepo/SkyDriver/commit/d80237f887cf09133b2749bc6ab90d1ce1de3988))
* <bot> update requirements-clientmanager.txt ([`4fa8923`](https://github.com/WIPACrepo/SkyDriver/commit/4fa8923a90da6575324e345c738ceb0110bb1a6b))
* Add `predictive_scanning_threshold` (default: `1.0`) ([`a95b459`](https://github.com/WIPACrepo/SkyDriver/commit/a95b45907a94c91d91c8d76f0105b7064e10245a))

## v0.0.53 (2023-03-23)
### Other
* Starter: require `has_avx2` ([`265d219`](https://github.com/WIPACrepo/SkyDriver/commit/265d219fd006e7239898abe489d6d3e11aa94b93))
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.53"
__version__ = "0.0.54"
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.53"
__version__ = "0.0.54"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 2b16730

Please sign in to comment.