From e9aeb1107328ca450f3b62d1377a14ab58ecd25e Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 7 Nov 2017 21:08:45 +0000 Subject: [PATCH] started 2.4.46 --- CHANGES | 11 +++++++++++ Lib/dsml.py | 2 +- Lib/ldap/__init__.py | 2 +- Lib/ldapurl.py | 2 +- Lib/ldif.py | 2 +- Lib/slapdtest.py | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 4d879e4..2906006 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +---------------------------------------------------------------- +Released 2.4.46 2017-11-xx + +Changes since 2.4.45: + +Lib/ +* + +Tests/ +* + ---------------------------------------------------------------- Released 2.4.45 2017-10-09 diff --git a/Lib/dsml.py b/Lib/dsml.py index 9a93b94..56b7dd3 100644 --- a/Lib/dsml.py +++ b/Lib/dsml.py @@ -8,7 +8,7 @@ Tested with Python 2.0+. """ -__version__ = '2.4.45' +__version__ = '2.4.46' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 30c0010..95e408a 100644 --- a/Lib/ldap/__init__.py +++ b/Lib/ldap/__init__.py @@ -6,7 +6,7 @@ # This is also the overall release version number -__version__ = '2.4.45' +__version__ = '2.4.46' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index c760b33..0432f92 100644 --- a/Lib/ldapurl.py +++ b/Lib/ldapurl.py @@ -9,7 +9,7 @@ 2. list comprehensions are used. """ -__version__ = '2.4.45' +__version__ = '2.4.46' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index bd5801c..51bb3bd 100644 --- a/Lib/ldif.py +++ b/Lib/ldif.py @@ -7,7 +7,7 @@ Tested with Python 2.0+, but should work with Python 1.5.2+. """ -__version__ = '2.4.45' +__version__ = '2.4.46' __all__ = [ # constants diff --git a/Lib/slapdtest.py b/Lib/slapdtest.py index a09e9e6..8346040 100644 --- a/Lib/slapdtest.py +++ b/Lib/slapdtest.py @@ -8,7 +8,7 @@ This module only works with Python 2.7.x since """ -__version__ = '2.4.45' +__version__ = '2.4.46' import os import socket