Skip to content

Commit

Permalink
Started 2.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jan 17, 2016
1 parent 1cf5326 commit 8615297
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
9 changes: 7 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
----------------------------------------------------------------
Released 2.4.23 2016-01-xx
Released 2.4.24 2016-01-18

Changes since 2.4.23:

----------------------------------------------------------------
Released 2.4.23 2016-01-17

Changes since 2.4.22:

Expand Down Expand Up @@ -1225,4 +1230,4 @@ Released 2.0.0pre02 2002-02-01
----------------------------------------------------------------
Released 1.10alpha3 2000-09-19

$Id: CHANGES,v 1.366 2016/01/16 19:08:34 stroeder Exp $
$Id: CHANGES,v 1.367 2016/01/17 20:30:43 stroeder Exp $
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.40 2016/01/16 19:00:47 stroeder Exp $
$Id: dsml.py,v 1.41 2016/01/17 20:29:41 stroeder Exp $
Python compability note:
Tested with Python 2.0+.
"""

__version__ = '2.4.23'
__version__ = '2.4.24'

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.100 2016/01/16 19:00:47 stroeder Exp $
$Id: __init__.py,v 1.101 2016/01/17 20:29:41 stroeder Exp $
"""

# This is also the overall release version number

__version__ = '2.4.23'
__version__ = '2.4.24'

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.75 2016/01/16 19:00:47 stroeder Exp $
\$Id: ldapurl.py,v 1.76 2016/01/17 20:29:41 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.23'
__version__ = '2.4.24'

__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.88 2016/01/16 19:00:47 stroeder Exp $
$Id: ldif.py,v 1.89 2016/01/17 20:29:41 stroeder Exp $
Python compability note:
Tested with Python 2.0+, but should work with Python 1.5.2+.
"""

__version__ = '2.4.23'
__version__ = '2.4.24'

__all__ = [
# constants
Expand Down

0 comments on commit 8615297

Please sign in to comment.