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',