Skip to content

Commit

Permalink
Update version to 3.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Viktorin committed Dec 1, 2017
1 parent ba765af commit 610f875
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Lib/ldap/pkginfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"""
meta attributes for packaging which does not import any dependencies
"""
__version__ = '2.5.2'
__version__ = '3.0.0b1'
__author__ = u'python-ldap project'
__license__ = 'Python style'
2 changes: 1 addition & 1 deletion Lib/ldapurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
See https://www.python-ldap.org/ for details.
"""

__version__ = '2.5.2'
__version__ = '3.0.0b1'

__all__ = [
# constants
Expand Down
2 changes: 1 addition & 1 deletion Lib/ldif.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from __future__ import unicode_literals

__version__ = '2.5.2'
__version__ = '3.0.0b1'

__all__ = [
# constants
Expand Down
2 changes: 1 addition & 1 deletion Lib/slapdtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from __future__ import unicode_literals

__version__ = '2.5.2'
__version__ = '3.0.0b1'

import os
import socket
Expand Down

0 comments on commit 610f875

Please sign in to comment.