Commit cd74fdb8 authored by Sean Bleier's avatar Sean Bleier

Update version and add Mariusz Felisiak to authors file.

parent 2d241f11
...@@ -23,3 +23,4 @@ ...@@ -23,3 +23,4 @@
| Joona Pääkkönen / paksu <https://github.com/paksu> | Joona Pääkkönen / paksu <https://github.com/paksu>
| Tim Graham / timgraham <https://github.com/timgraham> | Tim Graham / timgraham <https://github.com/timgraham>
| Justin Arulnathan / dinie <justin@gizmag.com> | Justin Arulnathan / dinie <justin@gizmag.com>
| Mariusz Felisiak / felixxm <felisiak.mariusz@gmail.com>
...@@ -21,7 +21,7 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/. ...@@ -21,7 +21,7 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
Changelog Changelog
========= =========
X.Y.Z 2.1.0
----- -----
* Adds support for Django 3.0. * Adds support for Django 3.0.
......
...@@ -5,7 +5,7 @@ setup( ...@@ -5,7 +5,7 @@ setup(
url="http://github.com/sebleier/django-redis-cache/", url="http://github.com/sebleier/django-redis-cache/",
author="Sean Bleier", author="Sean Bleier",
author_email="sebleier@gmail.com", author_email="sebleier@gmail.com",
version="2.0.0", version="2.1.0",
license="BSD", license="BSD",
packages=["redis_cache", "redis_cache.backends"], packages=["redis_cache", "redis_cache.backends"],
description="Redis Cache Backend for Django", description="Redis Cache Backend for Django",
......
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