Skip to content

Commit

Permalink
3.0.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 17, 2023
1 parent a0b40dd commit 0e50840
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.6 (2023-11-17)

### Other

* Pin `Flask<3` and `Werkzeug<3` ([#79](https://github.com/WIPACrepo/mou-dashboard/issues/79)) ([`a0b40dd`](https://github.com/WIPACrepo/mou-dashboard/commit/a0b40dda4728b33e5a009d19f9961cdd23e4133c))

## v3.0.5 (2023-11-16)

### 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.5"
__version__ = "3.0.6"
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.5"
__version__ = "3.0.6"
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.5"
__version__ = "3.0.6"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 0e50840

Please sign in to comment.