diff --git a/CHANGES b/CHANGES index df17338..586e687 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +---------------------------------------------------------------- +Released 2.4.22 2015-10-xx + +Changes since 2.4.21: + +Lib/ + ---------------------------------------------------------------- Released 2.4.21 2015-09-25 @@ -1195,4 +1202,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.356 2015/09/25 16:21:47 stroeder Exp $ +$Id: CHANGES,v 1.357 2015/09/30 17:15:53 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index 65e3b9f..6db30c8 100644 --- a/Lib/dsml.py +++ b/Lib/dsml.py @@ -4,13 +4,13 @@ See http://www.python-ldap.org/ for details. -$Id: dsml.py,v 1.38 2015/08/08 13:36:30 stroeder Exp $ +$Id: dsml.py,v 1.39 2015/09/30 17:15:53 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.21' +__version__ = '2.4.22' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index c7d59e2..cecec33 100644 --- a/Lib/ldap/__init__.py +++ b/Lib/ldap/__init__.py @@ -3,12 +3,12 @@ See http://www.python-ldap.org/ for details. -$Id: __init__.py,v 1.98 2015/08/08 13:36:30 stroeder Exp $ +$Id: __init__.py,v 1.99 2015/09/30 17:15:53 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.21' +__version__ = '2.4.22' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index c6a7ef0..e5bf13d 100644 --- a/Lib/ldapurl.py +++ b/Lib/ldapurl.py @@ -3,7 +3,7 @@ See http://www.python-ldap.org/ for details. -\$Id: ldapurl.py,v 1.73 2015/08/08 13:36:30 stroeder Exp $ +\$Id: ldapurl.py,v 1.74 2015/09/30 17:15:53 stroeder Exp $ Python compability note: This module only works with Python 2.0+ since @@ -11,7 +11,7 @@ 2. list comprehensions are used. """ -__version__ = '2.4.21' +__version__ = '2.4.22' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index d099f42..36f302d 100644 --- a/Lib/ldif.py +++ b/Lib/ldif.py @@ -3,13 +3,13 @@ See http://www.python-ldap.org/ for details. -$Id: ldif.py,v 1.83 2015/08/08 13:36:30 stroeder Exp $ +$Id: ldif.py,v 1.84 2015/09/30 17:15:53 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.21' +__version__ = '2.4.22' __all__ = [ # constants