mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 03:51:23 +08:00
Release 2.0
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2.0
|
||||||
|
* Rewrote all the things!
|
||||||
|
* Removed CLI. May add it back in future, if there's demand.
|
||||||
|
* Supports query and status.
|
||||||
|
* Supports SRV lookups.
|
||||||
|
* Many tests! Python 3 support! Extra hugs!
|
||||||
|
|
||||||
1.0
|
1.0
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
2
setup.py
2
setup.py
@@ -16,7 +16,7 @@ tests_require = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mcstatus',
|
name='mcstatus',
|
||||||
version='2.0dev',
|
version='2.0',
|
||||||
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