Skip to content

Commit 73c357e

Browse files
author
stroeder
committed
started 2.5.3
1 parent 5aba0d4 commit 73c357e

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
----------------------------------------------------------------
2+
Released 2.5.3 2017-12-xx
3+
4+
Changes since 2.5.2:
5+
6+
Modules/
7+
8+
Lib/
9+
10+
Tests/
11+
112
----------------------------------------------------------------
213
Released 2.5.2 2017-11-20
314

Lib/ldap/pkginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"""
33
meta attributes for packaging which does not import any dependencies
44
"""
5-
__version__ = '2.5.2'
5+
__version__ = '2.5.3'
66
__author__ = u'python-ldap project'
77
__license__ = 'Python style'

Lib/ldapurl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
See https://www.python-ldap.org/ for details.
55
"""
66

7-
__version__ = '2.5.2'
7+
__version__ = '2.5.3'
88

99
__all__ = [
1010
# constants

Lib/ldif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
except ImportError:
1515
from StringIO import StringIO
1616

17-
__version__ = '2.5.2'
17+
__version__ = '2.5.3'
1818

1919
__all__ = [
2020
# constants

Lib/slapdtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
See https://www.python-ldap.org/ for details.
66
"""
77

8-
__version__ = '2.5.2'
8+
__version__ = '2.5.3'
99

1010
import os
1111
import socket

0 commit comments

Comments
 (0)