Skip to content

Commit

Permalink
Update versions and bump to 0.13.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Feb 16, 2016
1 parent 1253050 commit d00245f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Required:

For Hive and/or Kerberos support:

* `thrift_sasl`

* `python-sasl` (for Python 3.x support, requires
[cloudera/python-sasl@cython][python-sasl-cython] branch)
```
pip install thrift_sasl
pip install sasl
```

Optional:

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ def readme():
elif PY3:
packages = find_packages(exclude=['impala._thrift_gen',
'impala._thrift_gen.*'])
reqs.append('thriftpy')
reqs.append('thriftpy>=0.3.5')


setup(
name='impyla',
version='0.14.0.dev0',
version='0.13.2',
description='Python client for the Impala distributed query engine',
long_description=readme(),
author='Uri Laserson',
Expand Down

0 comments on commit d00245f

Please sign in to comment.