diff --git a/CHANGES b/CHANGES index 34de108..60ed0c1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +---------------------------------------------------------------- +Released 2.4.32 2017-02-14 + ---------------------------------------------------------------- Released 2.4.31 2017-02-14 @@ -1329,4 +1332,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.407 2017/02/14 19:30:03 stroeder Exp $ +$Id: CHANGES,v 1.408 2017/02/14 21:36:01 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index a92d6f6..0129313 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.48 2017/02/14 13:36:33 stroeder Exp $ +$Id: dsml.py,v 1.49 2017/02/14 21:36:01 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.31' +__version__ = '2.4.32' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index b57c5d4..09dfa0c 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.109 2017/02/14 13:36:34 stroeder Exp $ +$Id: __init__.py,v 1.110 2017/02/14 21:36:01 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.31' +__version__ = '2.4.32' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index 43c1f25..53171e8 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.84 2017/02/14 13:36:34 stroeder Exp $ +\$Id: ldapurl.py,v 1.85 2017/02/14 21:36:01 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.31' +__version__ = '2.4.32' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index deede81..84b3783 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.104 2017/02/14 13:36:34 stroeder Exp $ +$Id: ldif.py,v 1.105 2017/02/14 21:36:01 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.31' +__version__ = '2.4.32' __all__ = [ # constants