diff --git a/Lib/dsml.py b/Lib/dsml.py index 845d784..1796620 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.43 2016/01/26 10:43:24 stroeder Exp $ +$Id: dsml.py,v 1.44 2016/07/30 16:18:47 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.26' +__version__ = '2.4.27' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 0cb29f1..5e40bad 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.104 2016/07/17 15:12:58 stroeder Exp $ +$Id: __init__.py,v 1.105 2016/07/30 16:18:47 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.26' +__version__ = '2.4.27' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index b9e78a8..0eea425 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.79 2016/07/17 19:44:19 stroeder Exp $ +\$Id: ldapurl.py,v 1.80 2016/07/30 16:18:47 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.26' +__version__ = '2.4.27' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index bae4b76..8afea75 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.97 2016/07/17 19:38:32 stroeder Exp $ +$Id: ldif.py,v 1.98 2016/07/30 16:18:47 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.26' +__version__ = '2.4.27' __all__ = [ # constants