Skip to content

Commit

Permalink
prepare release 2.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Apr 25, 2017
1 parent 0738524 commit fd47feb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
7 changes: 5 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
----------------------------------------------------------------
Released 2.4.34 2017-04-25
Released 2.4.35 2017-04-25

Changes since 2.4.33:
(2.4.34 is missing because of foolish pypi version madness)

Modules/
* use errno in a safer way
Expand Down Expand Up @@ -1367,4 +1370,4 @@ Released 2.0.0pre02 2002-02-01
----------------------------------------------------------------
Released 1.10alpha3 2000-09-19

$Id: CHANGES,v 1.421 2017/04/25 13:41:54 stroeder Exp $
$Id: CHANGES,v 1.422 2017/04/25 13:52:48 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.51 2017/04/25 11:20:11 stroeder Exp $
$Id: dsml.py,v 1.52 2017/04/25 13:52:48 stroeder Exp $
Python compability note:
Tested with Python 2.0+.
"""

__version__ = '2.4.34'
__version__ = '2.4.35'

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.112 2017/04/25 11:20:11 stroeder Exp $
$Id: __init__.py,v 1.113 2017/04/25 13:52:48 stroeder Exp $
"""

# This is also the overall release version number

__version__ = '2.4.34'
__version__ = '2.4.35'

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.87 2017/04/25 11:20:11 stroeder Exp $
\$Id: ldapurl.py,v 1.88 2017/04/25 13:52:48 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.34'
__version__ = '2.4.35'

__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.107 2017/04/25 11:20:11 stroeder Exp $
$Id: ldif.py,v 1.108 2017/04/25 13:52:48 stroeder Exp $
Python compability note:
Tested with Python 2.0+, but should work with Python 1.5.2+.
"""

__version__ = '2.4.34'
__version__ = '2.4.35'

__all__ = [
# constants
Expand Down

0 comments on commit fd47feb

Please sign in to comment.