File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v1.4.109 (2024-10-17)
6
+
7
+ ### Other
8
+
9
+ * Delete actions/create_email_account.py ([ #163 ] ( https://github.com/WIPACrepo/keycloak-rest-services/issues/163 ) ) ([ ` 0c56756 ` ] ( https://github.com/WIPACrepo/keycloak-rest-services/commit/0c5675679674b4f896e6bdb58f1912eb57cecf6c ) )
10
+
5
11
## v1.4.108 (2024-08-01)
6
12
7
13
### Other
Original file line number Diff line number Diff line change 5
5
# is zero for an official release, positive for a development branch,
6
6
# or negative for a release candidate or beta (after the base version
7
7
# number has been incremented)
8
- __version__ = "1.4.108 "
8
+ __version__ = "1.4.109 "
9
9
version_info = (
10
10
int (__version__ .split ("." )[0 ]),
11
11
int (__version__ .split ("." )[1 ]),
You can’t perform that action at this time.
0 commit comments