mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 03:51:23 +08:00
Version to 2.2
This commit is contained in:
@@ -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
|
2.1
|
||||||
* Fixed the connections hanging when no data is received
|
* Fixed the connections hanging when no data is received
|
||||||
* Sped up Query requests by caching DNS
|
* Sped up Query requests by caching DNS
|
||||||
@@ -12,4 +18,4 @@
|
|||||||
|
|
||||||
1.0
|
1.0
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -17,7 +17,7 @@ tests_require = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mcstatus',
|
name='mcstatus',
|
||||||
version='2.1',
|
version='2.2',
|
||||||
author='Nathan Adams',
|
author='Nathan Adams',
|
||||||
author_email='dinnerbone@dinnerbone.com',
|
author_email='dinnerbone@dinnerbone.com',
|
||||||
url='https://pypi.python.org/pypi/mcstatus',
|
url='https://pypi.python.org/pypi/mcstatus',
|
||||||
|
|||||||
Reference in New Issue
Block a user