Skip to content

Commit

Permalink
1.4.117
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 6, 2024
1 parent 56c9cde commit 548f4ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v1.4.117 (2024-12-06)

### Other

* <bot> update dependencies*.log files(s) ([`56c9cde`](https://github.com/WIPACrepo/keycloak-rest-services/commit/56c9cde47f6db6a648c0e0ecb9271205cddd5776))
* Krs/users.py: fix argument parsing bug ([`b0c568a`](https://github.com/WIPACrepo/keycloak-rest-services/commit/b0c568a990f9179bd5b74215c79ff9d8d53d1894))

## v1.4.116 (2024-12-04)

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

0 comments on commit 548f4ca

Please sign in to comment.