diff --git a/README.rst b/README.rst index 7988133..d954314 100644 --- a/README.rst +++ b/README.rst @@ -107,8 +107,8 @@ Changelog **v2.1 (2019-03-21):** -- Removed some deprecated django-debug-toolbar and pre-Django 1.11 related - overrides. +- Removed some deprecated django-debug-toolbar and pre-Django 1.11 + related workarounds. - More comprehensive unittests across all backends and it's relation with django-debug-toolbar. diff --git a/setup.cfg b/setup.cfg index 1c3d22e..59dd187 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-memcache-status -version = 2.1a0 +version = 2.1 description = A django application that displays the load and some other statistics about your memcached instances in the admin.