Skip to content

Commit

Permalink
📦 Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyi1212 committed Feb 20, 2021
1 parent 24e7259 commit d92fbe7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/source/reference/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion testproj/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d92fbe7

Please sign in to comment.