Release v2.4.25.1

This is a pyldap-specific bugfix release, which restores "ldap.add" and
"ldap.add_ext" under Python2.
This commit is contained in:
Raphaël Barrois 2016-03-10 17:15:22 +01:00
parent 89a0ccdd36
commit b2f1d28fe1
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
----------------------------------------------------------------
Released 2.4.25.1 2016-03-10 (pyldap)
Lib/
* Fix add/add_ext under Python2
---------------------------------------------------------------- ----------------------------------------------------------------
Released 2.4.25 2016-01-18 (upstream), 2016-01-27 (pyldap) Released 2.4.25 2016-01-18 (upstream), 2016-01-27 (pyldap)

View File

@ -10,7 +10,7 @@ Python compability note:
Tested with Python 2.0+. Tested with Python 2.0+.
""" """
__version__ = '2.4.25' __version__ = '2.4.25.1'
import string,base64 import string,base64

View File

@ -8,7 +8,7 @@ $Id: __init__.py,v 1.102 2016/01/18 15:17:30 stroeder Exp $
# This is also the overall release version number # This is also the overall release version number
__version__ = '2.4.25' __version__ = '2.4.25.1'
import sys import sys

View File

@ -11,7 +11,7 @@ This module only works with Python 2.0+ since
2. list comprehensions are used. 2. list comprehensions are used.
""" """
__version__ = '2.4.25' __version__ = '2.4.25.1'
__all__ = [ __all__ = [
# constants # constants

View File

@ -9,7 +9,7 @@ Python compability note:
Tested with Python 2.0+, but should work with Python 1.5.2+. Tested with Python 2.0+, but should work with Python 1.5.2+.
""" """
__version__ = '2.4.25' __version__ = '2.4.25.1'
__all__ = [ __all__ = [
# constants # constants