mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 12:01:24 +08:00
Version to 2.1
This commit is contained in:
@@ -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
|
2.0
|
||||||
* Rewrote all the things!
|
* Rewrote all the things!
|
||||||
* Removed CLI. May add it back in future, if there's demand.
|
* Removed CLI. May add it back in future, if there's demand.
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -17,7 +17,7 @@ tests_require = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mcstatus',
|
name='mcstatus',
|
||||||
version='2.0',
|
version='2.1',
|
||||||
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