10000 Prepare release 0.4a1 · cloudera/python-sasl@3a941f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a941f3

Browse files
committed
Prepare release 0.4a1
This release drop python 2 support.
1 parent ada03f9 commit 3a941f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sasl/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
# limitations under the License.
1414

1515
from sasl.saslwrapper import *
16+
17+
__version__ = u'0.4a1'

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@
4444
libraries=["sasl2"],
4545
language="c++")
4646
setup(name='sasl',
47-
version='0.4.0',
47+
version='0.4a1',
4848
url="http://github.com/cloudera/python-sasl",
4949
maintainer="Todd Lipcon",
5050
maintainer_email="todd@cloudera.com",
5151
description="""Cyrus-SASL bindings for Python""",
5252
classifiers=[
53-
'Programming Language :: Python :: 2',
5453
'Programming Language :: Python :: 3',
5554
],
5655
packages=['sasl'],

0 commit comments

Comments
 (0)
0