Skip to content

Commit

Permalink
Prepare release 2021.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rseichter committed Feb 23, 2021
1 parent 303f660 commit 86adec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion automx2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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%'
Expand Down

0 comments on commit 86adec2

Please sign in to comment.