From ecac3dbba0baed1fa1f98992d3bdf3241944cddd Mon Sep 17 00:00:00 2001 From: stroeder Date: Thu, 3 Aug 2017 17:24:43 +0000 Subject: [PATCH] started 2.4.42 --- CHANGES | 10 +++++++++- Lib/dsml.py | 4 ++-- Lib/ldap/__init__.py | 4 ++-- Lib/ldapurl.py | 4 ++-- Lib/ldif.py | 4 ++-- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index d8e33b6..777193e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +---------------------------------------------------------------- +Released 2.4.42 2017-08-xx + +Changes since 2.4.41: + +Lib/ +* + ---------------------------------------------------------------- Released 2.4.41 2017-07-12 @@ -1460,4 +1468,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.452 2017/07/12 18:04:30 stroeder Exp $ +$Id: CHANGES,v 1.453 2017/08/03 17:24:43 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index 4d78bb8..caf01e0 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.58 2017/07/12 17:30:12 stroeder Exp $ +$Id: dsml.py,v 1.59 2017/08/03 17:24:43 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.41' +__version__ = '2.4.42' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 6be3ce6..3f126c4 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.119 2017/07/12 17:30:12 stroeder Exp $ +$Id: __init__.py,v 1.120 2017/08/03 17:24:43 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.41' +__version__ = '2.4.42' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index ba0ea8a..d4e483e 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.94 2017/07/12 17:30:12 stroeder Exp $ +\$Id: ldapurl.py,v 1.95 2017/08/03 17:24: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.41' +__version__ = '2.4.42' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index bfd0dc5..b0d296d 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.114 2017/07/12 17:30:12 stroeder Exp $ +$Id: ldif.py,v 1.115 2017/08/03 17:24:43 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.41' +__version__ = '2.4.42' __all__ = [ # constants