From b6e068b3c3fc78251ed5e1dd4c0d0082ed757cbc Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 25 Apr 2017 17:44:51 +0000 Subject: [PATCH] started 2.4.36 --- 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 b014b54..f5399da 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.52 2017/04/25 13:52:48 stroeder Exp $ +$Id: dsml.py,v 1.53 2017/04/25 17:44:51 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.35' +__version__ = '2.4.36' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index e3faf92..1425445 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.113 2017/04/25 13:52:48 stroeder Exp $ +$Id: __init__.py,v 1.114 2017/04/25 17:44:51 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.35' +__version__ = '2.4.36' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index 7cc2ff4..9c16244 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.88 2017/04/25 13:52:48 stroeder Exp $ +\$Id: ldapurl.py,v 1.89 2017/04/25 17:44: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.35' +__version__ = '2.4.36' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index 759236d..6bf4727 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.108 2017/04/25 13:52:48 stroeder Exp $ +$Id: ldif.py,v 1.109 2017/04/25 17:44:51 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.35' +__version__ = '2.4.36' __all__ = [ # constants