Version to 2.2

This commit is contained in:
Nathan Adams
2017-04-01 17:43:01 +02:00
parent 88961d3b46
commit 2ed78fa7d8
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2.2
* Added new CLI
* Clean up sockets better
* Fixed connecting to ports greater than 32767
* Took a very very long time. :D
2.1
* Fixed the connections hanging when no data is received
* Sped up Query requests by caching DNS

View File

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