From 47eb5461a924f3c629e7d6186c702abf19d1d6e0 Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 14 Feb 2017 13:36:33 +0000 Subject: [PATCH] started 2.4.31 --- Lib/dsml.py | 4 ++-- Lib/ldap/__init__.py | 4 ++-- Lib/ldapurl.py | 4 ++-- Lib/ldif.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Lib/dsml.py b/Lib/dsml.py index c9ac2ca..a92d6f6 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.47 2017/02/08 09:44:18 stroeder Exp $ +$Id: dsml.py,v 1.48 2017/02/14 13:36:33 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.30' +__version__ = '2.4.31' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index a0f76da..b57c5d4 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.108 2017/02/08 09:44:18 stroeder Exp $ +$Id: __init__.py,v 1.109 2017/02/14 13:36:34 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.30' +__version__ = '2.4.31' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index d5ed4cf..43c1f25 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.83 2017/02/08 09:44:18 stroeder Exp $ +\$Id: ldapurl.py,v 1.84 2017/02/14 13:36:34 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.30' +__version__ = '2.4.31' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index 621ad79..deede81 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.103 2017/02/08 09:44:18 stroeder Exp $ +$Id: ldif.py,v 1.104 2017/02/14 13:36:34 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.30' +__version__ = '2.4.31' __all__ = [ # constants