Skip to content

Commit

Permalink
started 2.5.0 (instead of 2.4.46)
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Nov 11, 2017
1 parent d534a46 commit cd3d83b
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.4.46 2017-11-xx
Released 2.5.0 2017-11-xx

Changes since 2.4.45:

Expand Down
2 changes: 1 addition & 1 deletion Lib/dsml.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Tested with Python 2.0+.
"""

__version__ = '2.4.46'
__version__ = '2.5.0'

import string,base64

Expand Down
2 changes: 1 addition & 1 deletion Lib/ldap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# This is also the overall release version number

__version__ = '2.4.46'
__version__ = '2.5.0'

import sys

Expand Down
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.4.46'
__version__ = '2.5.0'

__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.4.46'
__version__ = '2.5.0'

__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.4.46'
__version__ = '2.5.0'

import os
import socket
Expand Down

0 comments on commit cd3d83b

Please sign in to comment.