Version to 2.1

This commit is contained in:
Nathan Adams
2015-01-24 16:20:11 +01:00
parent 2aa6dabb0a
commit 2a29e13975
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2.1
* Fixed the connections hanging when no data is received
* Sped up Query requests by caching DNS
* Fixed running setup.py when Six is not installed
2.0
* Rewrote all the things!
* Removed CLI. May add it back in future, if there's demand.

View File

@@ -17,7 +17,7 @@ tests_require = [
setup(
name='mcstatus',
version='2.0',
version='2.1',
author='Nathan Adams',
author_email='dinnerbone@dinnerbone.com',
url='https://pypi.python.org/pypi/mcstatus',