diff --git a/CHANGELOG b/CHANGELOG index a3272a8..0c19871 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 * Initial release. \ No newline at end of file diff --git a/setup.py b/setup.py index d8c8eb2..ca1974b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ tests_require = [ setup( name='mcstatus', - version='2.0dev', + version='2.0', author='Nathan Adams', author_email='dinnerbone@dinnerbone.com', url='https://pypi.python.org/pypi/mcstatus',