diff --git a/docs/source/reference/change_log.rst b/docs/source/reference/change_log.rst index bc384cd..61a2cc4 100644 --- a/docs/source/reference/change_log.rst +++ b/docs/source/reference/change_log.rst @@ -5,10 +5,11 @@ Change Log 1.4.0 ----- -Release date: coming soon +Release date: Feb. 20, 2021 - **ADDED**: LDAPUserManager for manually creating users from LDAP. - **ADDED**: ``createtask`` management command for creating Task Scheduler jobs. +- **ADDED**: ``ldap_user_sync`` signal. - **IMPROVED**: LDAP Settings for Group Membership check propagate to one another. - **MODIFIED**: Increased the default ``WAUTH_RESYNC_DELTA`` to every 1 day. diff --git a/setup.cfg b/setup.cfg index 2476e23..d90371c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-windowsauth -version = 1.3.2 +version = 1.4.0 description = Easy integration and deployment of Django projects into Windows Environments. long_description = file: README.rst url = https://github.com/danyi1212/django-windowsauth diff --git a/testproj/requirements.txt b/testproj/requirements.txt index 1f0660f..b5914f7 100644 --- a/testproj/requirements.txt +++ b/testproj/requirements.txt @@ -1,7 +1,7 @@ alabaster==0.7.12 asgiref==3.3.1 Babel==2.9.0 -bleach==3.2.1 +bleach==3.3.0 certifi==2020.12.5 chardet==3.0.4 colorama==0.4.4