Skip to content

Commit

Permalink
Bump up version to 2.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jan 10, 2015
1 parent 992d62c commit a774319
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.35 2014/10/08 17:16:05 stroeder Exp $
$Id: dsml.py,v 1.36 2015/01/10 17:18:13 stroeder Exp $
Python compability note:
Tested with Python 2.0+.
"""

__version__ = '2.4.18'
__version__ = '2.4.19'

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.95 2014/10/08 17:16:05 stroeder Exp $
$Id: __init__.py,v 1.96 2015/01/10 17:18:13 stroeder Exp $
"""

# This is also the overall release version number

__version__ = '2.4.18'
__version__ = '2.4.19'

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.68 2014/10/08 17:16:05 stroeder Exp $
\$Id: ldapurl.py,v 1.69 2015/01/10 17:18:13 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.18'
__version__ = '2.4.19'

__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.77 2014/10/08 17:16:05 stroeder Exp $
$Id: ldif.py,v 1.78 2015/01/10 17:18:13 stroeder Exp $
Python compability note:
Tested with Python 2.0+, but should work with Python 1.5.2+.
"""

__version__ = '2.4.18'
__version__ = '2.4.19'

__all__ = [
# constants
Expand Down

0 comments on commit a774319

Please sign in to comment.