Skip to content

Commit 96dc9d1

Browse files
author
stroeder
committed
started 2.4.37
1 parent 9a378ec commit 96dc9d1

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

CHANGES

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
----------------------------------------------------------------
2+
Released 2.4.37 2017-05-xx
3+
4+
Changes since 2.4.36:
5+
6+
Lib/
7+
*
8+
9+
Tests/
10+
*
11+
112
----------------------------------------------------------------
213
Released 2.4.36 2017-04-26
314

@@ -1396,4 +1407,4 @@ Released 2.0.0pre02 2002-02-01
13961407
----------------------------------------------------------------
13971408
Released 1.10alpha3 2000-09-19
13981409

1399-
$Id: CHANGES,v 1.430 2017/04/26 16:52:50 stroeder Exp $
1410+
$Id: CHANGES,v 1.431 2017/04/26 20:48:43 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.53 2017/04/25 17:44:51 stroeder Exp $
7+
$Id: dsml.py,v 1.54 2017/04/26 20:48:43 stroeder Exp $
88
99
Python compability note:
1010
Tested with Python 2.0+.
1111
"""
1212

13-
__version__ = '2.4.36'
13+
__version__ = '2.4.37'
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.114 2017/04/25 17:44:51 stroeder Exp $
6+
$Id: __init__.py,v 1.115 2017/04/26 20:48:43 stroeder Exp $
77
"""
88

99
# This is also the overall release version number
1010

11-
__version__ = '2.4.36'
11+
__version__ = '2.4.37'
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.89 2017/04/25 17:44:51 stroeder Exp $
6+
\$Id: ldapurl.py,v 1.90 2017/04/26 20:48:43 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.36'
14+
__version__ = '2.4.37'
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.109 2017/04/25 17:44:51 stroeder Exp $
6+
$Id: ldif.py,v 1.110 2017/04/26 20:48:43 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.36'
12+
__version__ = '2.4.37'
1313

1414
__all__ = [
1515
# constants

0 commit comments

Comments
 (0)