Skip to content

Commit

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

Changes since 2.4.45:

Lib/
*

Tests/
*

----------------------------------------------------------------
Released 2.4.45 2017-10-09

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.45'
__version__ = '2.4.46'

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.45'
__version__ = '2.4.46'

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.45'
__version__ = '2.4.46'

__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.45'
__version__ = '2.4.46'

__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.45'
__version__ = '2.4.46'

import os
import socket
Expand Down

0 comments on commit e9aeb11

Please sign in to comment.