Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
Django-Redis-Cache
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shared
Django-Redis-Cache
Commits
cd74fdb8
Commit
cd74fdb8
authored
Sep 28, 2019
by
Sean Bleier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version and add Mariusz Felisiak to authors file.
parent
2d241f11
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
AUTHORS.rst
AUTHORS.rst
+1
-0
README.rst
README.rst
+1
-1
setup.py
setup.py
+1
-1
No files found.
AUTHORS.rst
View file @
cd74fdb8
...
...
@@ -23,3 +23,4 @@
| Joona Pääkkönen / paksu <https://github.com/paksu>
| Tim Graham / timgraham <https://github.com/timgraham>
| Justin Arulnathan / dinie <justin@gizmag.com>
| Mariusz Felisiak / felixxm <felisiak.mariusz@gmail.com>
README.rst
View file @
cd74fdb8
...
...
@@ -21,7 +21,7 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
Changelog
=========
X.Y.Z
2.1.0
-----
* Adds support for Django 3.0.
...
...
setup.py
View file @
cd74fdb8
...
...
@@ -5,7 +5,7 @@ setup(
url
=
"http://github.com/sebleier/django-redis-cache/"
,
author
=
"Sean Bleier"
,
author_email
=
"sebleier@gmail.com"
,
version
=
"2.
0
.0"
,
version
=
"2.
1
.0"
,
license
=
"BSD"
,
packages
=
[
"redis_cache"
,
"redis_cache.backends"
],
description
=
"Redis Cache Backend for Django"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment