Skip to content

Commit

Permalink
1.4.111
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 19, 2024
1 parent 3883969 commit 27189d2
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.111 (2024-11-19)

### Other

* Use a form of datetime.now() that works with more versions of python ([`3883969`](https://github.com/WIPACrepo/keycloak-rest-services/commit/388396943d28919a6504d91c0ed6b71c8a724acf))
* Address datetime.utcnow deprecation ([`8cd889e`](https://github.com/WIPACrepo/keycloak-rest-services/commit/8cd889e0c934d54d94ea203cacfc7c5749542ac7))

## v1.4.110 (2024-11-19)

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

0 comments on commit 27189d2

Please sign in to comment.