File tree Expand file tree Collapse file tree 5 files changed +20
-9
lines changed Expand file tree Collapse file tree 5 files changed +20
-9
lines changed Original file line number Diff line number Diff line change
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
+
1
12
----------------------------------------------------------------
2
13
Released 2.4.36 2017-04-26
3
14
@@ -1396,4 +1407,4 @@ Released 2.0.0pre02 2002-02-01
1396
1407
----------------------------------------------------------------
1397
1408
Released 1.10alpha3 2000-09-19
1398
1409
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 $
Original file line number Diff line number Diff line change 4
4
5
5
See http://www.python-ldap.org/ for details.
6
6
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 $
8
8
9
9
Python compability note:
10
10
Tested with Python 2.0+.
11
11
"""
12
12
13
- __version__ = '2.4.36 '
13
+ __version__ = '2.4.37 '
14
14
15
15
import string ,base64
16
16
Original file line number Diff line number Diff line change 3
3
4
4
See http://www.python-ldap.org/ for details.
5
5
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 $
7
7
"""
8
8
9
9
# This is also the overall release version number
10
10
11
- __version__ = '2.4.36 '
11
+ __version__ = '2.4.37 '
12
12
13
13
import sys
14
14
Original file line number Diff line number Diff line change 3
3
4
4
See http://www.python-ldap.org/ for details.
5
5
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 $
7
7
8
8
Python compability note:
9
9
This module only works with Python 2.0+ since
10
10
1. string methods are used instead of module string and
11
11
2. list comprehensions are used.
12
12
"""
13
13
14
- __version__ = '2.4.36 '
14
+ __version__ = '2.4.37 '
15
15
16
16
__all__ = [
17
17
# constants
Original file line number Diff line number Diff line change 3
3
4
4
See http://www.python-ldap.org/ for details.
5
5
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 $
7
7
8
8
Python compability note:
9
9
Tested with Python 2.0+, but should work with Python 1.5.2+.
10
10
"""
11
11
12
- __version__ = '2.4.36 '
12
+ __version__ = '2.4.37 '
13
13
14
14
__all__ = [
15
15
# constants
You can’t perform that action at this time.
0 commit comments