Skip to content

Commit cd74fdb

Browse files
committed
Update version and add Mariusz Felisiak to authors file.
1 parent 2d241f1 commit cd74fdb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
| Joona Pääkkönen / paksu <https://github.com/paksu>
2424
| Tim Graham / timgraham <https://github.com/timgraham>
2525
| Justin Arulnathan / dinie <[email protected]>
26+
| Mariusz Felisiak / felixxm <[email protected]>

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
2121
Changelog
2222
=========
2323

24-
X.Y.Z
24+
2.1.0
2525
-----
2626

2727
* Adds support for Django 3.0.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
url="http://github.com/sebleier/django-redis-cache/",
66
author="Sean Bleier",
77
author_email="[email protected]",
8-
version="2.0.0",
8+
version="2.1.0",
99
license="BSD",
1010
packages=["redis_cache", "redis_cache.backends"],
1111
description="Redis Cache Backend for Django",

0 commit comments

Comments
 (0)