From 8ce6164d7270a36b232bdf65d3483f26ca75196d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 28 Sep 2023 20:36:05 +0000 Subject: [PATCH] 0.5.10 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ clientmanager/__init__.py | 2 +- skydriver/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4749d094..5a4ad333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.5.10 (2023-09-28) + +### Other + +* Make `max_pixel_reco_time` Required ([#74](https://github.com/WIPACrepo/SkyDriver/issues/74)) ([`7691ee0`](https://github.com/WIPACrepo/SkyDriver/commit/7691ee012ce842fedadb5e079ad419204d4781f8)) + ## v0.5.9 (2023-09-27) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 8ba8eeb7..27c3c57a 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.9" +__version__ = "0.5.10" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 8ba8eeb7..27c3c57a 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.9" +__version__ = "0.5.10" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),