Skip to content

Commit 036700d

Browse files
author
stroeder
committed
Bump up version to 2.4.20
1 parent 62219a2 commit 036700d

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

1616
import sys
1717

@@ -44,7 +44,7 @@
4444
# The short X.Y version.
4545
version = '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:

Lib/dsml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
55
See 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
99
Python compability note:
1010
Tested with Python 2.0+.
1111
"""
1212

13-
__version__ = '2.4.19'
13+
__version__ = '2.4.20'
1414

1515
import string,base64
1616

Lib/ldap/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
44
See 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

1313
import sys
1414

Lib/ldapurl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
44
See 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
88
Python compability note:
99
This module only works with Python 2.0+ since
1010
1. string methods are used instead of module string and
1111
2. list comprehensions are used.
1212
"""
1313

14-
__version__ = '2.4.19'
14+
__version__ = '2.4.20'
1515

1616
__all__ = [
1717
# constants

Lib/ldif.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
44
See 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
88
Python compability note:
99
Tested 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

0 commit comments

Comments
 (0)