diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bca1fc..7c1eaee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.8.0 (2023-11-29) + + + ## v0.7.13 (2023-11-28) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index e27d7942..013a8d65 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.7.13" +__version__ = "0.8.0" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index e27d7942..013a8d65 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.7.13" +__version__ = "0.8.0" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),