From cd3d83bc1caf3b47c65e56511949d1f07677ce7f Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 11 Nov 2017 19:32:14 +0000 Subject: [PATCH] started 2.5.0 (instead of 2.4.46) --- CHANGES | 2 +- Lib/dsml.py | 2 +- Lib/ldap/__init__.py | 2 +- Lib/ldapurl.py | 2 +- Lib/ldif.py | 2 +- Lib/slapdtest.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 8e33207..c4d0283 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ ---------------------------------------------------------------- -Released 2.4.46 2017-11-xx +Released 2.5.0 2017-11-xx Changes since 2.4.45: diff --git a/Lib/dsml.py b/Lib/dsml.py index 56b7dd3..bf58c36 100644 --- a/Lib/dsml.py +++ b/Lib/dsml.py @@ -8,7 +8,7 @@ Tested with Python 2.0+. """ -__version__ = '2.4.46' +__version__ = '2.5.0' import string,base64 diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 95e408a..af83b6c 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.46' +__version__ = '2.5.0' import sys diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index 0432f92..07a6863 100644 --- a/Lib/ldapurl.py +++ b/Lib/ldapurl.py @@ -9,7 +9,7 @@ 2. list comprehensions are used. """ -__version__ = '2.4.46' +__version__ = '2.5.0' __all__ = [ # constants diff --git a/Lib/ldif.py b/Lib/ldif.py index 51bb3bd..2de5650 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.46' +__version__ = '2.5.0' __all__ = [ # constants diff --git a/Lib/slapdtest.py b/Lib/slapdtest.py index 5c4a83f..d5e6a82 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.46' +__version__ = '2.5.0' import os import socket