Skip to content

Commit

Permalink
started 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Nov 16, 2017
1 parent 6b1063e commit 26c2564
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
----------------------------------------------------------------
Released 2.5.2 2017-11-xx

Changes since 2.5.1:

Lib/

Tests/
*

----------------------------------------------------------------
Released 2.5.1 2017-11-12

Expand Down
2 changes: 1 addition & 1 deletion Lib/ldap/pkginfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"""
meta attributes for packaging which does not import any dependencies
"""
__version__ = '2.5.1'
__version__ = '2.5.2'
__author__ = u'python-ldap project'
__license__ = 'Python style'
2 changes: 1 addition & 1 deletion Lib/ldapurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
2. list comprehensions are used.
"""

__version__ = '2.5.1'
__version__ = '2.5.2'

__all__ = [
# constants
Expand Down
2 changes: 1 addition & 1 deletion Lib/ldif.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Tested with Python 2.0+, but should work with Python 1.5.2+.
"""

__version__ = '2.5.1'
__version__ = '2.5.2'

__all__ = [
# constants
Expand Down
2 changes: 1 addition & 1 deletion Lib/slapdtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This module only works with Python 2.7.x since
"""

__version__ = '2.5.1'
__version__ = '2.5.2'

import os
import socket
Expand Down

0 comments on commit 26c2564

Please sign in to comment.