From a0d2855d9390f9ee3c3c360467c2c81b3e1b0296 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 20 Nov 2023 16:41:53 +0000 Subject: [PATCH] 1.3.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ user_mgmt/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c1afc..6030656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.3.5 (2023-11-20) + +### Other + +* update dependencies*.log files(s) ([`81b188c`](https://github.com/WIPACrepo/user-management/commit/81b188c39da741de2e9dcdcee3e7b792d08528e0)) +* Add assocate user support ([#70](https://github.com/WIPACrepo/user-management/issues/70)) ([`d712ec9`](https://github.com/WIPACrepo/user-management/commit/d712ec99f8578fc5f8a47ada8173ff42f8836d68)) + ## v1.3.4 (2023-10-31) ### Other diff --git a/user_mgmt/__init__.py b/user_mgmt/__init__.py index ac422f1..5b8f37a 100644 --- a/user_mgmt/__init__.py +++ b/user_mgmt/__init__.py @@ -1 +1 @@ -__version__ = '1.3.4' +__version__ = '1.3.5'