From a774319c3a5fa444b3e67b30b4efb79f012647a0 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 10 Jan 2015 17:18:13 +0000 Subject: [PATCH] Bump up version to 2.4.19 --- 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 8814315..d539d34 100644 --- a/Lib/dsml.py +++ b/Lib/dsml.py @@ -4,13 +4,13 @@ dsml - generate and parse DSMLv1 data See http://www.python-ldap.org/ for details. -$Id: dsml.py,v 1.35 2014/10/08 17:16:05 stroeder Exp $ +$Id: dsml.py,v 1.36 2015/01/10 17:18:13 stroeder Exp $ Python compability note: Tested with Python 2.0+. """ -__version__ = '2.4.18' +__version__ = '2.4.19' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 3dc356d..a5e1287 100644 --- a/Lib/ldap/__init__.py +++ b/Lib/ldap/__init__.py @@ -3,12 +3,12 @@ ldap - base module See http://www.python-ldap.org/ for details. -$Id: __init__.py,v 1.95 2014/10/08 17:16:05 stroeder Exp $ +$Id: __init__.py,v 1.96 2015/01/10 17:18:13 stroeder Exp $ """ # This is also the overall release version number -__version__ = '2.4.18' +__version__ = '2.4.19' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index 8b8a917..4b858ed 100644 --- a/Lib/ldapurl.py +++ b/Lib/ldapurl.py @@ -3,7 +3,7 @@ ldapurl - handling of LDAP URLs as described in RFC 4516 See http://www.python-ldap.org/ for details. -\$Id: ldapurl.py,v 1.68 2014/10/08 17:16:05 stroeder Exp $ +\$Id: ldapurl.py,v 1.69 2015/01/10 17:18:13 stroeder Exp $ Python compability note: This module only works with Python 2.0+ since @@ -11,7 +11,7 @@ This module only works with Python 2.0+ since 2. list comprehensions are used. """ -__version__ = '2.4.18' +__version__ = '2.4.19' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index 92323dd..012e908 100644 --- a/Lib/ldif.py +++ b/Lib/ldif.py @@ -3,13 +3,13 @@ ldif - generate and parse LDIF data (see RFC 2849) See http://www.python-ldap.org/ for details. -$Id: ldif.py,v 1.77 2014/10/08 17:16:05 stroeder Exp $ +$Id: ldif.py,v 1.78 2015/01/10 17:18:13 stroeder Exp $ Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.18' +__version__ = '2.4.19' __all__ = [ # constants