From 86adec2b09cd3eea50e94aa4121ff3864ec521a4 Mon Sep 17 00:00:00 2001 From: Ralph Seichter Date: Tue, 23 Feb 2021 16:31:24 +0100 Subject: [PATCH] Prepare release 2021.1 --- CHANGELOG | 2 +- automx2/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6088b1c..f1e78cf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,4 +8,4 @@ 2021.0 (2021-01-09): Improve handling of login name placeholders in Outlook generator. -2021.1.dev1 (2021-02-20): Fix LDAP attribute processing for Active Directory. +2021.1 (2021-02-23): Fix LDAP attribute processing when using Active Directory backends. diff --git a/automx2/__init__.py b/automx2/__init__.py index c9de99f..c0c9f72 100644 --- a/automx2/__init__.py +++ b/automx2/__init__.py @@ -21,7 +21,7 @@ import logging IDENTIFIER = 'automx2' # Do not change this! -VERSION = '2021.1.dev1' +VERSION = '2021.1' PLACEHOLDER_ADDRESS = r'%EMAILADDRESS%' PLACEHOLDER_DOMAIN = r'%EMAILDOMAIN%'