Skip to content

Commit

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

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

## v3.0.0 (2023-09-01)

### Breaking

* Co-authored-by: github-actions <[email protected]> ([`97e4e76`](https://github.com/WIPACrepo/mou-dashboard/commit/97e4e76f7ca57ff222b65a9e114ca856d7126379))

### Other

* Additional Test Data ([#70](https://github.com/WIPACrepo/mou-dashboard/issues/70)) ([`0aae3ab`](https://github.com/WIPACrepo/mou-dashboard/commit/0aae3ab8536d4cf8d948efd4eb420eb3e57dd519))
* CI Updates: Packages & Data ([#69](https://github.com/WIPACrepo/mou-dashboard/issues/69)) ([`4daa2bf`](https://github.com/WIPACrepo/mou-dashboard/commit/4daa2bf99320d975508f04f042e4032bd1a2e8f6))

## v2.2.0 (2022-10-24)
### Feature
* OIDC REST Tokens ([#67](https://github.com/WIPACrepo/mou-dashboard/issues/67)) ([`2df6142`](https://github.com/WIPACrepo/mou-dashboard/commit/2df61421c4ab86ddce9d0744af0fbc9aab584229))
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__ = "2.2.0"
__version__ = "3.0.0"
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__ = "2.2.0"
__version__ = "3.0.0"
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__ = "2.2.0"
__version__ = "3.0.0"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 0a2444b

Please sign in to comment.