Skip to content

Commit

Permalink
bump __version__ to 2.4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jul 30, 2016
1 parent 810f3aa commit 8145792
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Lib/dsml.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
See http://www.python-ldap.org/ for details.
$Id: dsml.py,v 1.43 2016/01/26 10:43:24 stroeder Exp $
$Id: dsml.py,v 1.44 2016/07/30 16:18:47 stroeder Exp $
Python compability note:
Tested with Python 2.0+.
"""

__version__ = '2.4.26'
__version__ = '2.4.27'

import string,base64

Expand Down
4 changes: 2 additions & 2 deletions Lib/ldap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
See http://www.python-ldap.org/ for details.
$Id: __init__.py,v 1.104 2016/07/17 15:12:58 stroeder Exp $
$Id: __init__.py,v 1.105 2016/07/30 16:18:47 stroeder Exp $
"""

# This is also the overall release version number

__version__ = '2.4.26'
__version__ = '2.4.27'

import sys

Expand Down
4 changes: 2 additions & 2 deletions Lib/ldapurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
See http://www.python-ldap.org/ for details.
\$Id: ldapurl.py,v 1.79 2016/07/17 19:44:19 stroeder Exp $
\$Id: ldapurl.py,v 1.80 2016/07/30 16:18:47 stroeder Exp $
Python compability note:
This module only works with Python 2.0+ since
1. string methods are used instead of module string and
2. list comprehensions are used.
"""

__version__ = '2.4.26'
__version__ = '2.4.27'

__all__ = [
# constants
Expand Down
4 changes: 2 additions & 2 deletions Lib/ldif.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
See http://www.python-ldap.org/ for details.
$Id: ldif.py,v 1.97 2016/07/17 19:38:32 stroeder Exp $
$Id: ldif.py,v 1.98 2016/07/30 16:18:47 stroeder Exp $
Python compability note:
Tested with Python 2.0+, but should work with Python 1.5.2+.
"""

__version__ = '2.4.26'
__version__ = '2.4.27'

__all__ = [
# constants
Expand Down

0 comments on commit 8145792

Please sign in to comment.