From bd7cdd0cd92d2cd03f308e50bd7a35a69a180330 Mon Sep 17 00:00:00 2001 From: stroeder Date: Fri, 6 Jan 2017 15:07:57 +0000 Subject: [PATCH] Started 2.4.29 --- CHANGES | 13 ++++++++++++- Lib/dsml.py | 4 ++-- Lib/ldap/__init__.py | 4 ++-- Lib/ldapurl.py | 4 ++-- Lib/ldif.py | 4 ++-- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index 2be9953..5f3c725 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +---------------------------------------------------------------- +Released 2.4.29 2017-xx-xx + +Changes since 2.4.28: + +Lib/ +* + +Modules/ +* + ---------------------------------------------------------------- Released 2.4.28 2016-11-17 @@ -1296,4 +1307,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.398 2016/11/18 07:01:45 stroeder Exp $ +$Id: CHANGES,v 1.399 2017/01/06 15:07:57 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index 6527f86..3273bff 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.45 2016/11/11 14:41:07 stroeder Exp $ +$Id: dsml.py,v 1.46 2017/01/06 15:07:57 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.28' +__version__ = '2.4.29' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 2ff9193..03ec9fb 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.106 2016/11/11 14:41:07 stroeder Exp $ +$Id: __init__.py,v 1.107 2017/01/06 15:07:57 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.28' +__version__ = '2.4.29' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index 179ed48..df70510 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.81 2016/11/11 14:41:07 stroeder Exp $ +\$Id: ldapurl.py,v 1.82 2017/01/06 15:07:57 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.28' +__version__ = '2.4.29' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index a96b5a0..8ef39bd 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.101 2016/11/11 14:41:07 stroeder Exp $ +$Id: ldif.py,v 1.102 2017/01/06 15:07:57 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.28' +__version__ = '2.4.29' __all__ = [ # constants