From d1938da6f0586e62c33148f8381bdd624e9c9c59 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 May 2024 14:45:14 +0000 Subject: [PATCH] 1.3.13 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ user_mgmt/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0342f5b..51043ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.3.13 (2024-05-10) + +### Other + +* Update password reset documentation ([`d125314`](https://github.com/WIPACrepo/user-management/commit/d1253143d76c2f7e161873af869c9e1d02ee043b)) + ## v1.3.12 (2024-05-10) ### Other diff --git a/user_mgmt/__init__.py b/user_mgmt/__init__.py index d85a9a7..dd1f201 100644 --- a/user_mgmt/__init__.py +++ b/user_mgmt/__init__.py @@ -1 +1 @@ -__version__ = '1.3.12' +__version__ = '1.3.13'