From 663a276e9dd5f57c74fa1fb10df1944af46e8855 Mon Sep 17 00:00:00 2001 From: stroeder Date: Fri, 28 Apr 2017 20:03:51 +0000 Subject: [PATCH] started 2.4.39 --- CHANGES | 5 +---- Lib/dsml.py | 4 ++-- Lib/ldap/__init__.py | 4 ++-- Lib/ldapurl.py | 4 ++-- Lib/ldif.py | 4 ++-- 5 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGES b/CHANGES index 40a0cfd..83569eb 100644 --- a/CHANGES +++ b/CHANGES @@ -3,9 +3,6 @@ Released 2.4.39 2017-05-xx Changes since 2.4.38: -Lib/slapdtest.py -* Removed obsolete assert statements - ---------------------------------------------------------------- Released 2.4.38 2017-04-28 @@ -1440,4 +1437,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.445 2017/04/28 20:04:34 stroeder Exp $ +$Id: CHANGES,v 1.444 2017/04/28 20:03:52 stroeder Exp $ diff --git a/Lib/dsml.py b/Lib/dsml.py index de0b884..d1c854b 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.55 2017/04/27 11:11:01 stroeder Exp $ +$Id: dsml.py,v 1.56 2017/04/28 20:03:51 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.38' +__version__ = '2.4.39' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index fd5dc11..939d0be 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.116 2017/04/27 11:11:01 stroeder Exp $ +$Id: __init__.py,v 1.117 2017/04/28 20:03:52 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.38' +__version__ = '2.4.39' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index 112a29a..73fe73a 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.91 2017/04/27 11:11:01 stroeder Exp $ +\$Id: ldapurl.py,v 1.92 2017/04/28 20:03:51 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.38' +__version__ = '2.4.39' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index 16897a6..ce37a07 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.111 2017/04/27 11:11:01 stroeder Exp $ +$Id: ldif.py,v 1.112 2017/04/28 20:03:51 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.38' +__version__ = '2.4.39' __all__ = [ # constants