We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15364ea commit b584c9fCopy full SHA for b584c9f
CHANGES
@@ -1,3 +1,7 @@
1
+2.1.1 - 2020-03-26
2
+
3
+- Removed drepecated ``providing_args`` from ``Signal`` instances.
4
5
2.1.0 - 2019-12-03
6
------------------
7
django_auth_ldap/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (2, 1, 0)
+VERSION = (2, 1, 1)
__version__ = ".".join(str(i) for i in VERSION)
# Deprecated. Use VERSION and __version__ instead.
docs/conf.py
@@ -25,7 +25,7 @@
25
# The short X.Y version
26
version = "2.1"
27
# The full version, including alpha/beta/rc tags
28
-release = "2.1.0"
+release = "2.1.1"
29
30
31
# -- General configuration ---------------------------------------------------
0 commit comments