diff --git a/CHANGES b/CHANGES index 004fa57..9e4fef4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +---------------------------------------------------------------- +Released 2.4.37 2017-05-xx + +Changes since 2.4.36: + +Lib/ +* + +Tests/ +* + ---------------------------------------------------------------- Released 2.4.36 2017-04-26 @@ -1396,4 +1407,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.430 2017/04/26 16:52:50 stroeder Exp $ +$Id: CHANGES,v 1.431 2017/04/26 20:48:43 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index f5399da..c905b0f 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.53 2017/04/25 17:44:51 stroeder Exp $ +$Id: dsml.py,v 1.54 2017/04/26 20:48:43 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.36' +__version__ = '2.4.37' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 1425445..42f2f1b 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.114 2017/04/25 17:44:51 stroeder Exp $ +$Id: __init__.py,v 1.115 2017/04/26 20:48:43 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.36' +__version__ = '2.4.37' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index 9c16244..35c5785 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.89 2017/04/25 17:44:51 stroeder Exp $ +\$Id: ldapurl.py,v 1.90 2017/04/26 20:48:43 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.36' +__version__ = '2.4.37' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index 6bf4727..0f66300 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.109 2017/04/25 17:44:51 stroeder Exp $ +$Id: ldif.py,v 1.110 2017/04/26 20:48:43 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.36' +__version__ = '2.4.37' __all__ = [ # constants