Skip to content

Commit d92fbe7

Browse files
committed
📦 Release 1.4.0
1 parent 24e7259 commit d92fbe7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/source/reference/change_log.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Change Log
55
1.4.0
66
-----
77

8-
Release date: coming soon
8+
Release date: Feb. 20, 2021
99

1010
- **ADDED**: LDAPUserManager for manually creating users from LDAP.
1111
- **ADDED**: ``createtask`` management command for creating Task Scheduler jobs.
12+
- **ADDED**: ``ldap_user_sync`` signal.
1213
- **IMPROVED**: LDAP Settings for Group Membership check propagate to one another.
1314
- **MODIFIED**: Increased the default ``WAUTH_RESYNC_DELTA`` to every 1 day.
1415

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-windowsauth
3-
version = 1.3.2
3+
version = 1.4.0
44
description = Easy integration and deployment of Django projects into Windows Environments.
55
long_description = file: README.rst
66
url = https://github.com/danyi1212/django-windowsauth

testproj/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
alabaster==0.7.12
22
asgiref==3.3.1
33
Babel==2.9.0
4-
bleach==3.2.1
4+
bleach==3.3.0
55
certifi==2020.12.5
66
chardet==3.0.4
77
colorama==0.4.4

0 commit comments

Comments
 (0)