From e3f133a3341d7441d3f4b678ef25c32fe9241746 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Sep 2023 19:50:19 +0000 Subject: [PATCH] 0.5.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ clientmanager/__init__.py | 2 +- skydriver/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1436e408..aeeb77d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.5.5 (2023-09-11) + +### Other + +* update dependencies*.log files(s) ([`24d0df3`](https://github.com/WIPACrepo/SkyDriver/commit/24d0df3d18971ebe45803e839037b22107438233)) +* Backlog Max Attempts ([#67](https://github.com/WIPACrepo/SkyDriver/issues/67)) ([`413bed7`](https://github.com/WIPACrepo/SkyDriver/commit/413bed740541dd06cdb63aa20183f3f5a83bf422)) + ## v0.5.4 (2023-09-11) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 651d4834..db6bb2ea 100644 --- a/clientmanager/__init__.py +++ b/clientmanager/__init__.py @@ -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.4" +__version__ = "0.5.5" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 651d4834..db6bb2ea 100644 --- a/skydriver/__init__.py +++ b/skydriver/__init__.py @@ -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.4" +__version__ = "0.5.5" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),