From 74a1c1f829854b54f624ec726445d55136f1da06 Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 25 Apr 2017 11:20:11 +0000 Subject: [PATCH] started 2.4.34 --- CHANGES | 5 ++++- Lib/dsml.py | 4 ++-- Lib/ldap/__init__.py | 4 ++-- Lib/ldapurl.py | 4 ++-- Lib/ldif.py | 4 ++-- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index 29bce47..e82c899 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +---------------------------------------------------------------- +Released 2.4.34 2017-04-xx + ---------------------------------------------------------------- Released 2.4.33 2017-04-25 @@ -1355,4 +1358,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.416 2017/04/25 07:46:40 stroeder Exp $ +$Id: CHANGES,v 1.417 2017/04/25 11:20:11 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index b8392fe..fe3ba6e 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.50 2017/02/18 14:50:25 stroeder Exp $ +$Id: dsml.py,v 1.51 2017/04/25 11:20:11 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.33' +__version__ = '2.4.34' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 0ada853..11c3aad 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.111 2017/02/18 14:50:25 stroeder Exp $ +$Id: __init__.py,v 1.112 2017/04/25 11:20:11 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.33' +__version__ = '2.4.34' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index c73b6bf..f212fcd 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.86 2017/02/18 14:50:25 stroeder Exp $ +\$Id: ldapurl.py,v 1.87 2017/04/25 11:20:11 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.33' +__version__ = '2.4.34' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index f34f52a..6ca4745 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.106 2017/02/18 14:50:25 stroeder Exp $ +$Id: ldif.py,v 1.107 2017/04/25 11:20:11 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.33' +__version__ = '2.4.34' __all__ = [ # constants