Skip to content

Commit

Permalink
prepare release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Nov 12, 2017
1 parent 58e1f26 commit 6b1063e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
----------------------------------------------------------------
Released 2.5.0 2017-11-xx
Released 2.5.1 2017-11-12

Changes since 2.4.45:

Expand Down
2 changes: 1 addition & 1 deletion Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# The short X.Y version.
version = '2.5'
# The full version, including alpha/beta/rc tags.
release = '2.5.0.0'
release = '2.5.1.0'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
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.0'
__version__ = '2.5.1'
__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.0'
__version__ = '2.5.1'

__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.0'
__version__ = '2.5.1'

__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.0'
__version__ = '2.5.1'

import os
import socket
Expand Down

0 comments on commit 6b1063e

Please sign in to comment.