From a2cf4c134b519930dd3f07854dce48f9eb321eaa Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 16 Jan 2016 19:00:47 +0000 Subject: [PATCH] Started 2.4.23 --- 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 667ca07..c52b403 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +---------------------------------------------------------------- +Released 2.4.23 2016-01-xx + +Changes since 2.4.22: + +Modules/ +* + ---------------------------------------------------------------- Released 2.4.22 2015-10-25 @@ -1216,4 +1224,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.364 2016/01/16 19:00:08 stroeder Exp $ +$Id: CHANGES,v 1.365 2016/01/16 19:00:47 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index 6db30c8..007ca48 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.39 2015/09/30 17:15:53 stroeder Exp $ +$Id: dsml.py,v 1.40 2016/01/16 19:00:47 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.22' +__version__ = '2.4.23' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index cecec33..b453dfd 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.99 2015/09/30 17:15:53 stroeder Exp $ +$Id: __init__.py,v 1.100 2016/01/16 19:00:47 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.22' +__version__ = '2.4.23' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index e5bf13d..36a26f8 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.74 2015/09/30 17:15:53 stroeder Exp $ +\$Id: ldapurl.py,v 1.75 2016/01/16 19:00: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.22' +__version__ = '2.4.23' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index 5145190..1739394 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.87 2015/10/24 16:12:31 stroeder Exp $ +$Id: ldif.py,v 1.88 2016/01/16 19:00:47 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.22' +__version__ = '2.4.23' __all__ = [ # constants