From 257c227a4451ff5e774fb4229b09b4ab50876560 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 16 Oct 2023 21:11:19 +0000 Subject: [PATCH] 1.3.1 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 444e0cf..8f37ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.3.1 (2023-10-16) + +### Other + +* Fix new user docs ([#64](https://github.com/WIPACrepo/user-management/issues/64)) ([`a3f3f84`](https://github.com/WIPACrepo/user-management/commit/a3f3f84e41365dd7728e256238782ea4d3883c70)) + ## v1.3.0 (2023-10-16) diff --git a/user_mgmt/__init__.py b/user_mgmt/__init__.py index 19b4f1d..72837bd 100644 --- a/user_mgmt/__init__.py +++ b/user_mgmt/__init__.py @@ -1 +1 @@ -__version__ = '1.3.0' +__version__ = '1.3.1'