Commit a77fcb9f authored by Stephane Angel's avatar Stephane Angel

add myself to authors and bump version

parent 3f66cdac
Sean Bleier <http://github.com/sebleier> Sean Bleier <http://github.com/sebleier>
Matt Dennewitz <http://github.com/blackbrrr> Matt Dennewitz <http://github.com/blackbrrr>
Jannis Leidel <http://github.com/jezdez> Jannis Leidel <http://github.com/jezdez>
S. Angel / Twidi <http://github.com/twidi>
Forked from http://github.com/sebleier/django-redis-cache Forked from http://github.com/sebleier/django-redis-cache
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Redis Django Cache Backend Redis Django Cache Backend
========================== ==========================
A simple Redis cache backend for Django. A simple Redis cache backend for Django >= 1.3
Notes Notes
----- -----
......
...@@ -5,7 +5,7 @@ setup( ...@@ -5,7 +5,7 @@ setup(
url = "http://github.com/blackbrrr/django-redis-cache/", url = "http://github.com/blackbrrr/django-redis-cache/",
author = "Matt Dennewitz", author = "Matt Dennewitz",
author_email = "mattdennewitz@gmail.com", author_email = "mattdennewitz@gmail.com",
version = "0.2a8", version = "0.2a9",
packages = ["redis_cache"], packages = ["redis_cache"],
description = "Redis Cache Backend for Django", description = "Redis Cache Backend for Django",
classifiers = [ classifiers = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment