Skip to content

Commit

Permalink
1.4.114
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 25, 2024
1 parent 2a84a46 commit ac1ae2b
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.114 (2024-11-25)

### Other

* Keycloak 26.0.6 compatibility ([#167](https://github.com/WIPACrepo/keycloak-rest-services/issues/167)) ([`2a84a46`](https://github.com/WIPACrepo/keycloak-rest-services/commit/2a84a4628fbfd17484eed70ec89d4f283599ae41))

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

0 comments on commit ac1ae2b

Please sign in to comment.