From 991dd9f964d6e263cf1f5f3f655dcea11577547d Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Thu, 21 Mar 2019 15:22:54 +0100 Subject: [PATCH] v2.1 release --- README.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.