Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Jun 2, 2020
1 parent bfd5faa commit 820c11f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.2.0 - 2020-06-02
------------------

- Added support for the escape argument in ``LDAPSearchUnion.execute()``.

2.1.1 - 2020-03-26

- Removed drepecated ``providing_args`` from ``Signal`` instances.
Expand Down
2 changes: 1 addition & 1 deletion django_auth_ldap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 1, 1)
VERSION = (2, 2, 0)
__version__ = ".".join(str(i) for i in VERSION)

# Deprecated. Use VERSION and __version__ instead.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
author = "Peter Sagerson"

# The short X.Y version
version = "2.1"
version = "2.2"
# The full version, including alpha/beta/rc tags
release = "2.1.1"
release = "2.2.0"


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

0 comments on commit 820c11f

Please sign in to comment.