diff --git a/CHANGES b/CHANGES index 40e5f17..1682d21 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +---------------------------------------------------------------- +Released 2.4.25.1 2016-03-10 (pyldap) + +Lib/ +* Fix add/add_ext under Python2 + + ---------------------------------------------------------------- Released 2.4.25 2016-01-18 (upstream), 2016-01-27 (pyldap) diff --git a/Lib/dsml.py b/Lib/dsml.py index 099fe01..c8d691f 100644 --- a/Lib/dsml.py +++ b/Lib/dsml.py @@ -10,7 +10,7 @@ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.25' +__version__ = '2.4.25.1' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index fedd313..0bca51b 100644 --- a/Lib/ldap/__init__.py +++ b/Lib/ldap/__init__.py @@ -8,7 +8,7 @@ $Id: __init__.py,v 1.102 2016/01/18 15:17:30 stroeder Exp $ # This is also the overall release version number -__version__ = '2.4.25' +__version__ = '2.4.25.1' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index 631142c..4948620 100644 --- a/Lib/ldapurl.py +++ b/Lib/ldapurl.py @@ -11,7 +11,7 @@ This module only works with Python 2.0+ since 2. list comprehensions are used. """ -__version__ = '2.4.25' +__version__ = '2.4.25.1' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index 488191a..a98e344 100644 --- a/Lib/ldif.py +++ b/Lib/ldif.py @@ -9,7 +9,7 @@ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.25' +__version__ = '2.4.25.1' __all__ = [ # constants