Skip to content

Commit

Permalink
started 2.4.39
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Apr 28, 2017
1 parent 7222475 commit 663a276
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 1 addition & 4 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ Released 2.4.39 2017-05-xx

Changes since 2.4.38:

Lib/slapdtest.py
* Removed obsolete assert statements

----------------------------------------------------------------
Released 2.4.38 2017-04-28

Expand Down Expand Up @@ -1440,4 +1437,4 @@ Released 2.0.0pre02 2002-02-01
----------------------------------------------------------------
Released 1.10alpha3 2000-09-19

$Id: CHANGES,v 1.445 2017/04/28 20:04:34 stroeder Exp $
$Id: CHANGES,v 1.444 2017/04/28 20:03:52 stroeder Exp $
4 changes: 2 additions & 2 deletions Lib/dsml.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
See http://www.python-ldap.org/ for details.
$Id: dsml.py,v 1.55 2017/04/27 11:11:01 stroeder Exp $
$Id: dsml.py,v 1.56 2017/04/28 20:03:51 stroeder Exp $
Python compability note:
Tested with Python 2.0+.
"""

__version__ = '2.4.38'
__version__ = '2.4.39'

import string,base64

Expand Down
4 changes: 2 additions & 2 deletions Lib/ldap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
See http://www.python-ldap.org/ for details.
$Id: __init__.py,v 1.116 2017/04/27 11:11:01 stroeder Exp $
$Id: __init__.py,v 1.117 2017/04/28 20:03:52 stroeder Exp $
"""

# This is also the overall release version number

__version__ = '2.4.38'
__version__ = '2.4.39'

import sys

Expand Down
4 changes: 2 additions & 2 deletions Lib/ldapurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
See http://www.python-ldap.org/ for details.
\$Id: ldapurl.py,v 1.91 2017/04/27 11:11:01 stroeder Exp $
\$Id: ldapurl.py,v 1.92 2017/04/28 20:03:51 stroeder Exp $
Python compability note:
This module only works with Python 2.0+ since
1. string methods are used instead of module string and
2. list comprehensions are used.
"""

__version__ = '2.4.38'
__version__ = '2.4.39'

__all__ = [
# constants
Expand Down
4 changes: 2 additions & 2 deletions Lib/ldif.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
See http://www.python-ldap.org/ for details.
$Id: ldif.py,v 1.111 2017/04/27 11:11:01 stroeder Exp $
$Id: ldif.py,v 1.112 2017/04/28 20:03:51 stroeder Exp $
Python compability note:
Tested with Python 2.0+, but should work with Python 1.5.2+.
"""

__version__ = '2.4.38'
__version__ = '2.4.39'

__all__ = [
# constants
Expand Down

0 comments on commit 663a276

Please sign in to comment.