Skip to content

Commit

Permalink
started 2.4.44
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Sep 7, 2017
1 parent dcd62fb commit fae6038
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 11 deletions.
19 changes: 18 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
----------------------------------------------------------------
Released 2.4.44 2017-09-xx

Changes since 2.4.43:

Modules/
*

Lib/
*

Tests/
*

Doc/
*

----------------------------------------------------------------
Released 2.4.43 2017-09-06

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

$Id: CHANGES,v 1.463 2017/09/06 08:04:05 stroeder Exp $
$Id: CHANGES,v 1.464 2017/09/07 09:01:01 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 https://www.python-ldap.org/ for details.
$Id: dsml.py,v 1.61 2017/09/04 14:56:11 stroeder Exp $
$Id: dsml.py,v 1.62 2017/09/07 09:01:01 stroeder Exp $
Python compability note:
Tested with Python 2.0+.
"""

__version__ = '2.4.43'
__version__ = '2.4.44'

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 https://www.python-ldap.org/ for details.
$Id: __init__.py,v 1.122 2017/09/04 14:56:11 stroeder Exp $
$Id: __init__.py,v 1.123 2017/09/07 09:01:01 stroeder Exp $
"""

# This is also the overall release version number

__version__ = '2.4.43'
__version__ = '2.4.44'

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 https://www.python-ldap.org/ for details.
\$Id: ldapurl.py,v 1.97 2017/09/04 14:56:11 stroeder Exp $
\$Id: ldapurl.py,v 1.98 2017/09/07 09:01:01 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.43'
__version__ = '2.4.44'

__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 https://www.python-ldap.org/ for details.
$Id: ldif.py,v 1.117 2017/09/04 14:56:11 stroeder Exp $
$Id: ldif.py,v 1.118 2017/09/07 09:01:01 stroeder Exp $
Python compability note:
Tested with Python 2.0+, but should work with Python 1.5.2+.
"""

__version__ = '2.4.43'
__version__ = '2.4.44'

__all__ = [
# constants
Expand Down
4 changes: 2 additions & 2 deletions Lib/slapdtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
See https://www.python-ldap.org/ for details.
$Id: slapdtest.py,v 1.20 2017/09/04 14:56:11 stroeder Exp $
$Id: slapdtest.py,v 1.21 2017/09/07 09:01:01 stroeder Exp $
Python compability note:
This module only works with Python 2.7.x since
"""

__version__ = '2.4.43'
__version__ = '2.4.44'

import os
import socket
Expand Down

0 comments on commit fae6038

Please sign in to comment.