Skip to content

Commit

Permalink
1.4.113
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 21, 2024
1 parent 7eaedfa commit 7e768c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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-->

## v1.4.113 (2024-11-21)

### Other

* Update keycloak theme ([#166](https://github.com/WIPACrepo/keycloak-rest-services/issues/166)) ([`7eaedfa`](https://github.com/WIPACrepo/keycloak-rest-services/commit/7eaedfae11e09068d61836a8464829528fd7300c))

## v1.4.112 (2024-11-21)

### Other
Expand Down
2 changes: 1 addition & 1 deletion krs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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__ = "1.4.112"
__version__ = "1.4.113"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 7e768c9

Please sign in to comment.