Skip to content

Commit 663a276

Browse files
author
stroeder
committed
started 2.4.39
1 parent 7222475 commit 663a276

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

CHANGES

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ Released 2.4.39 2017-05-xx
33

44
Changes since 2.4.38:
55

6-
Lib/slapdtest.py
7-
* Removed obsolete assert statements
8-
96
----------------------------------------------------------------
107
Released 2.4.38 2017-04-28
118

@@ -1440,4 +1437,4 @@ Released 2.0.0pre02 2002-02-01
14401437
----------------------------------------------------------------
14411438
Released 1.10alpha3 2000-09-19
14421439

1443-
$Id: CHANGES,v 1.445 2017/04/28 20:04:34 stroeder Exp $
1440+
$Id: CHANGES,v 1.444 2017/04/28 20:03:52 stroeder Exp $

Lib/dsml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
55
See http://www.python-ldap.org/ for details.
66
7-
$Id: dsml.py,v 1.55 2017/04/27 11:11:01 stroeder Exp $
7+
$Id: dsml.py,v 1.56 2017/04/28 20:03:51 stroeder Exp $
88
99
Python compability note:
1010
Tested with Python 2.0+.
1111
"""
1212

13-
__version__ = '2.4.38'
13+
__version__ = '2.4.39'
1414

1515
import string,base64
1616

Lib/ldap/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
44
See http://www.python-ldap.org/ for details.
55
6-
$Id: __init__.py,v 1.116 2017/04/27 11:11:01 stroeder Exp $
6+
$Id: __init__.py,v 1.117 2017/04/28 20:03:52 stroeder Exp $
77
"""
88

99
# This is also the overall release version number
1010

11-
__version__ = '2.4.38'
11+
__version__ = '2.4.39'
1212

1313
import sys
1414

Lib/ldapurl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
44
See http://www.python-ldap.org/ for details.
55
6-
\$Id: ldapurl.py,v 1.91 2017/04/27 11:11:01 stroeder Exp $
6+
\$Id: ldapurl.py,v 1.92 2017/04/28 20:03:51 stroeder Exp $
77
88
Python compability note:
99
This module only works with Python 2.0+ since
1010
1. string methods are used instead of module string and
1111
2. list comprehensions are used.
1212
"""
1313

14-
__version__ = '2.4.38'
14+
__version__ = '2.4.39'
1515

1616
__all__ = [
1717
# constants

Lib/ldif.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
44
See http://www.python-ldap.org/ for details.
55
6-
$Id: ldif.py,v 1.111 2017/04/27 11:11:01 stroeder Exp $
6+
$Id: ldif.py,v 1.112 2017/04/28 20:03:51 stroeder Exp $
77
88
Python compability note:
99
Tested with Python 2.0+, but should work with Python 1.5.2+.
1010
"""
1111

12-
__version__ = '2.4.38'
12+
__version__ = '2.4.39'
1313

1414
__all__ = [
1515
# constants

0 commit comments

Comments
 (0)