Skip to content

Commit 374ac57

Browse files
author
github-actions
committed
3.0.9
Automatically generated by python-semantic-release
1 parent b05eceb commit 374ac57

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v3.0.9 (2024-09-17)
6+
7+
### Other
8+
9+
* Relabel as "PhD Authors" ([#82](https://github.com/WIPACrepo/mou-dashboard/issues/82)) ([`b05eceb`](https://github.com/WIPACrepo/mou-dashboard/commit/b05eceb72e9b5fd66f62e390919dc908618a6a6a))
10+
511
## v3.0.8 (2024-03-20)
612

713
### Other

rest_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# is zero for an official release, positive for a development branch,
88
# or negative for a release candidate or beta (after the base version
99
# number has been incremented)
10-
__version__ = "3.0.8"
10+
__version__ = "3.0.9"
1111
version_info = (
1212
int(__version__.split(".")[0]),
1313
int(__version__.split(".")[1]),

universal_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# is zero for an official release, positive for a development branch,
99
# or negative for a release candidate or beta (after the base version
1010
# number has been incremented)
11-
__version__ = "3.0.8"
11+
__version__ = "3.0.9"
1212
version_info = (
1313
int(__version__.split(".")[0]),
1414
int(__version__.split(".")[1]),

web_app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# is zero for an official release, positive for a development branch,
88
# or negative for a release candidate or beta (after the base version
99
# number has been incremented)
10-
__version__ = "3.0.8"
10+
__version__ = "3.0.9"
1111
version_info = (
1212
int(__version__.split(".")[0]),
1313
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)