From 3a52f95e163c44cb43cd362dd01c4f58f7baa1f6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Apr 2024 14:55:42 +0000 Subject: [PATCH] 1.3.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ user_mgmt/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5252997..aa37e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v1.3.7 (2024-04-16) + +### Other + +* Use new version of keycloak server with unit tests ([#74](https://github.com/WIPACrepo/user-management/issues/74)) ([`dd7860d`](https://github.com/WIPACrepo/user-management/commit/dd7860d07feee0de3f6c0050f2a3adda6b584110)) +* Update README.md ([`958560e`](https://github.com/WIPACrepo/user-management/commit/958560ea5e87d928d33a30e205e810a6ec7a10cc)) +* Update README.md ([`77a9a87`](https://github.com/WIPACrepo/user-management/commit/77a9a874c9a53fada0d11bd98c4199a8d4b7c1e3)) +* Update README.md ([`8857564`](https://github.com/WIPACrepo/user-management/commit/8857564a3914aef942a3433cc6820b34c9bfcfed)) +* Update README.md ([`cd916c9`](https://github.com/WIPACrepo/user-management/commit/cd916c96b004d9f5580f3c3ae7a56771301f06a5)) +* Update README.md ([`4078b6e`](https://github.com/WIPACrepo/user-management/commit/4078b6e5abd3d0bbc050f7fa73024a2be9f1bd1b)) + ## v1.3.6 (2024-01-05) ### Other diff --git a/user_mgmt/__init__.py b/user_mgmt/__init__.py index 594fa81..3aca76e 100644 --- a/user_mgmt/__init__.py +++ b/user_mgmt/__init__.py @@ -1 +1 @@ -__version__ = '1.3.6' +__version__ = '1.3.7'