From 374ac57195595b77d433a5deeec1ace8696de520 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 17 Sep 2024 20:56:06 +0000 Subject: [PATCH] 3.0.9 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ rest_server/__init__.py | 2 +- universal_utils/__init__.py | 2 +- web_app/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084cf4bb..aa32261c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.9 (2024-09-17) + +### Other + +* Relabel as "PhD Authors" ([#82](https://github.com/WIPACrepo/mou-dashboard/issues/82)) ([`b05eceb`](https://github.com/WIPACrepo/mou-dashboard/commit/b05eceb72e9b5fd66f62e390919dc908618a6a6a)) + ## v3.0.8 (2024-03-20) ### Other diff --git a/rest_server/__init__.py b/rest_server/__init__.py index ec3c19c8..8cea2253 100644 --- a/rest_server/__init__.py +++ b/rest_server/__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__ = "3.0.8" +__version__ = "3.0.9" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/universal_utils/__init__.py b/universal_utils/__init__.py index 0439eb47..ee14b543 100644 --- a/universal_utils/__init__.py +++ b/universal_utils/__init__.py @@ -8,7 +8,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__ = "3.0.8" +__version__ = "3.0.9" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/web_app/__init__.py b/web_app/__init__.py index ec3c19c8..8cea2253 100644 --- a/web_app/__init__.py +++ b/web_app/__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__ = "3.0.8" +__version__ = "3.0.9" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),