From fbd96c3bbef3d11fbe7e140e5762984884a74e95 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 Nov 2023 18:23:17 +0000 Subject: [PATCH] 3.0.7 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 9084d2af..80711d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.0.7 (2023-11-17) + +### Other + +* Fix Institution Naming ([#80](https://github.com/WIPACrepo/mou-dashboard/issues/80)) ([`ddb3399`](https://github.com/WIPACrepo/mou-dashboard/commit/ddb3399bf37b13069543d707bfff38214fa739cb)) + ## v3.0.6 (2023-11-17) ### Other diff --git a/rest_server/__init__.py b/rest_server/__init__.py index caf5f047..3c9a7ad3 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.6" +__version__ = "3.0.7" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/universal_utils/__init__.py b/universal_utils/__init__.py index bcad1906..22070c9b 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.6" +__version__ = "3.0.7" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/web_app/__init__.py b/web_app/__init__.py index caf5f047..3c9a7ad3 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.6" +__version__ = "3.0.7" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),