Skip to content

Commit

Permalink
Started 2.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jan 26, 2016
1 parent e1c8ad0 commit 56d80b6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
11 changes: 10 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
----------------------------------------------------------------
Released 2.4.26 2016-xx-xx

Changes since 2.4.25:

Modules/
*
(thanks to )

----------------------------------------------------------------
Released 2.4.25 2016-01-18

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

$Id: CHANGES,v 1.370 2016/01/18 15:16:29 stroeder Exp $
$Id: CHANGES,v 1.371 2016/01/26 10:43:24 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.42 2016/01/18 15:16:29 stroeder Exp $
$Id: dsml.py,v 1.43 2016/01/26 10:43:24 stroeder Exp $
Python compability note:
Tested with Python 2.0+.
"""

__version__ = '2.4.25'
__version__ = '2.4.26'

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.102 2016/01/18 15:17:30 stroeder Exp $
$Id: __init__.py,v 1.103 2016/01/26 10:43:24 stroeder Exp $
"""

# This is also the overall release version number

__version__ = '2.4.25'
__version__ = '2.4.26'

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.77 2016/01/18 15:16:29 stroeder Exp $
\$Id: ldapurl.py,v 1.78 2016/01/26 10:43:24 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.25'
__version__ = '2.4.26'

__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.90 2016/01/18 15:16:29 stroeder Exp $
$Id: ldif.py,v 1.91 2016/01/26 10:43:24 stroeder Exp $
Python compability note:
Tested with Python 2.0+, but should work with Python 1.5.2+.
"""

__version__ = '2.4.25'
__version__ = '2.4.26'

__all__ = [
# constants
Expand Down

0 comments on commit 56d80b6

Please sign in to comment.