Skip to content

Commit

Permalink
3.0.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 17, 2024
1 parent b05eceb commit 374ac57
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion rest_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down
2 changes: 1 addition & 1 deletion universal_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down
2 changes: 1 addition & 1 deletion web_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit 374ac57

Please sign in to comment.