From da4a68c96d5ef36619f28e89f319f056669396be Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Apr 2024 15:28:29 +0000 Subject: [PATCH] 1.3.8 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 aa37e1b..db5d300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.3.8 (2024-04-16) + +### Other + +* Clarify meaning of mailing_list_email ([`366281b`](https://github.com/WIPACrepo/user-management/commit/366281beeb80088b2d21a1d1a2d790819cca616c)) + ## v1.3.7 (2024-04-16) ### Other diff --git a/user_mgmt/__init__.py b/user_mgmt/__init__.py index 3aca76e..bb5a33c 100644 --- a/user_mgmt/__init__.py +++ b/user_mgmt/__init__.py @@ -1 +1 @@ -__version__ = '1.3.7' +__version__ = '1.3.8'