From a5371fdf330014aad6bc619921c1b4f74b6d9df0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 29 Nov 2023 16:59:31 +0000 Subject: [PATCH] 0.8.1 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 7c1eaee39..3b2c2cb53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.8.1 (2023-11-29) + +### Other + +* Miscellaneous comments ([`e582146`](https://github.com/WIPACrepo/SkyDriver/commit/e582146f8de3865683182238d58491e1c35ecf21)) + ## v0.8.0 (2023-11-29) diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 013a8d65d..5e948c663 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.8.0" +__version__ = "0.8.1" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 013a8d65d..5e948c663 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.8.0" +__version__ = "0.8.1" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),