From 32c9322f0977140f5bf9beb3dc829c963a1d8235 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 1 Feb 2024 16:03:48 +0000 Subject: [PATCH] 1.4.59 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ krs/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a600ac..26fadea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.4.59 (2024-02-01) + +### Other + +* Rename prune_mailing_lists_by_experiment ([#125](https://github.com/WIPACrepo/keycloak-rest-services/issues/125)) ([`7925910`](https://github.com/WIPACrepo/keycloak-rest-services/commit/7925910f2fc73680b11aaba3f023d162bb41441c)) + ## v1.4.58 (2024-01-29) ### Other diff --git a/krs/__init__.py b/krs/__init__.py index 27673d8..1c95d3c 100644 --- a/krs/__init__.py +++ b/krs/__init__.py @@ -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.58" +__version__ = "1.4.59" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),