Skip to content

Commit

Permalink
Version bump to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkingo committed May 5, 2016
1 parent 6191573 commit 893ff0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

### 0.9.6 - 2016-05-05

* Python 3.5 and Django 1.9 officially supported (@sjkingo)
* #19: Pass missing LDAP fields to Django as blank strings to prevent exception when creating
a new user (@alandmore)

### 0.9.5 - 2016-03-30

* #3: New feature `AUTH_LDAP_TLS` allows LDAP connections to be established over TLS (@_wayo)
Expand Down
2 changes: 1 addition & 1 deletion django_auth_ldap3/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.9.5'
__version__ = '0.9.6'

0 comments on commit 893ff0b

Please # to comment.