Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Jun 2, 2018
1 parent aeb4a99 commit 7e0ee77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UNRELEASED
----------
1.6.0 - 2018-06-02
------------------

- Updated ``LDAPBackend.authenticate()`` signature to match Django's
documentation.
Expand Down
2 changes: 1 addition & 1 deletion django_auth_ldap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals


version = (1, 5, 0)
version = (1, 6, 0)
version_qualifier = ''
version_string = '.'.join(map(str, version)) + version_qualifier
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = 'Peter Sagerson'

# The short X.Y version
version = '1.5'
version = '1.6'
# The full version, including alpha/beta/rc tags
release = '1.5.0'
release = '1.6.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 7e0ee77

Please sign in to comment.