diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e8923fa..dbd5f33c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.8.7 (2023-12-06) + +### Other + +* EWMS/TMS Prep: Schema - Final ([`17929c5`](https://github.com/WIPACrepo/SkyDriver/commit/17929c5690bd1b3f365196492c9b1f8b30d45198)) + ## v0.8.6 (2023-12-06) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index adb467aab..7f650ad1e 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.6" +__version__ = "0.8.7" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index adb467aab..7f650ad1e 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.6" +__version__ = "0.8.7" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),