File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111# All configuration values have a default value; values that are commented out
1212# serve to show the default value.
1313#
14- # $Id: conf.py,v 1.20 2014/10/08 17:16:05 stroeder Exp $
14+ # $Id: conf.py,v 1.21 2015/06/05 21:05:37 stroeder Exp $
1515
1616import sys
1717
4444# The short X.Y version.
4545version = '2.4'
4646# The full version, including alpha/beta/rc tags.
47- release = '2.4.18 .0'
47+ release = '2.4.20 .0'
4848
4949# There are two options for replacing |today|: either, you set today to some
5050# non-false value, then it is used:
Original file line number Diff line number Diff line change 44
55See http://www.python-ldap.org/ for details.
66
7- $Id: dsml.py,v 1.36 2015/01/10 17:18:13 stroeder Exp $
7+ $Id: dsml.py,v 1.37 2015/06/05 21:04:58 stroeder Exp $
88
99Python compability note:
1010Tested with Python 2.0+.
1111"""
1212
13- __version__ = '2.4.19 '
13+ __version__ = '2.4.20 '
1414
1515import string ,base64
1616
Original file line number Diff line number Diff line change 33
44See http://www.python-ldap.org/ for details.
55
6- $Id: __init__.py,v 1.96 2015/01/10 17:18:13 stroeder Exp $
6+ $Id: __init__.py,v 1.97 2015/06/05 21:04:58 stroeder Exp $
77"""
88
99# This is also the overall release version number
1010
11- __version__ = '2.4.19 '
11+ __version__ = '2.4.20 '
1212
1313import sys
1414
Original file line number Diff line number Diff line change 33
44See http://www.python-ldap.org/ for details.
55
6- \$Id: ldapurl.py,v 1.70 2015/06/05 21:03:06 stroeder Exp $
6+ \$Id: ldapurl.py,v 1.71 2015/06/05 21:04:58 stroeder Exp $
77
88Python compability note:
99This module only works with Python 2.0+ since
10101. string methods are used instead of module string and
11112. list comprehensions are used.
1212"""
1313
14- __version__ = '2.4.19 '
14+ __version__ = '2.4.20 '
1515
1616__all__ = [
1717 # constants
Original file line number Diff line number Diff line change 33
44See http://www.python-ldap.org/ for details.
55
6- $Id: ldif.py,v 1.79 2015/06/05 20:55:06 stroeder Exp $
6+ $Id: ldif.py,v 1.80 2015/06/05 21:04:58 stroeder Exp $
77
88Python compability note:
99Tested with Python 2.0+, but should work with Python 1.5.2+.
1010"""
1111
12- __version__ = '2.4.19 '
12+ __version__ = '2.4.20 '
1313
1414__all__ = [
1515 # constants
You can’t perform that action at this time.
0 commit comments