Skip to content

Commit c09142a

Browse files
committed
Bump version to 3.0.0b2
1 parent e5e34fc commit c09142a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Lib/ldap/pkginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"""
33
meta attributes for packaging which does not import any dependencies
44
"""
5-
__version__ = '3.0.0b1'
5+
__version__ = '3.0.0b2'
66
__author__ = u'python-ldap project'
77
__license__ = 'Python style'

Lib/ldapurl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
See https://www.python-ldap.org/ for details.
55
"""
66

7-
__version__ = '3.0.0b1'
7+
__version__ = '3.0.0b2'
88

99
__all__ = [
1010
# constants

Lib/ldif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from __future__ import unicode_literals
88

9-
__version__ = '3.0.0b1'
9+
__version__ = '3.0.0b2'
1010

1111
__all__ = [
1212
# constants

Lib/slapdtest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
See https://www.python-ldap.org/ for details.
66
"""
77

8-
__version__ = '3.0.0b1'
8+
__version__ = '3.0.0b2'
99

1010
from slapdtest._slapdtest import SlapdObject, SlapdTestCase, SysLogHandler
1111
from slapdtest._slapdtest import skip_unless_ci, requires_sasl, requires_tls

0 commit comments

Comments
 (0)