diff --git a/AUTHORS.rst b/AUTHORS.rst index 6d63b096..6060bff0 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -25,3 +25,4 @@ | Justin Arulnathan / dinie | Mariusz Felisiak / felixxm | metamatik +| Florian Zimmermann / PoByBolek diff --git a/setup.py b/setup.py index f4538c3a..f3c52475 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ url="http://github.com/sebleier/django-redis-cache/", author="Sean Bleier", author_email="sebleier@gmail.com", - version="2.1.1", + version="2.1.3", license="BSD", packages=["redis_cache", "redis_cache.backends"], description="Redis Cache Backend for Django",