From 2a29e1397574d91d2cf488e1fa91e84c3ff0fb98 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Sat, 24 Jan 2015 16:20:11 +0100 Subject: [PATCH] Version to 2.1 --- CHANGELOG | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0c19871..78d532b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 * Rewrote all the things! * Removed CLI. May add it back in future, if there's demand. diff --git a/setup.py b/setup.py index 390dcdd..299c460 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ tests_require = [ setup( name='mcstatus', - version='2.0', + version='2.1', author='Nathan Adams', author_email='dinnerbone@dinnerbone.com', url='https://pypi.python.org/pypi/mcstatus',