From 537bf06ebd78eb62df666ff555cadf6c1e9c3d93 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Fri, 26 Sep 2014 01:23:49 +0200 Subject: [PATCH] Release 2.0 --- CHANGELOG | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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',