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
b3121178
Commit
b3121178
authored
May 16, 2012
by
Sean Bleier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding @mucca to the authors file and nudging version.
parent
4156cdc5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
AUTHORS.rst
AUTHORS.rst
+1
-0
setup.py
setup.py
+1
-1
No files found.
AUTHORS.rst
View file @
b3121178
...
@@ -10,3 +10,4 @@ Ales Zoulek / aleszoulek <https://github.com/aleszoulek>
...
@@ -10,3 +10,4 @@ Ales Zoulek / aleszoulek <https://github.com/aleszoulek>
James Aylett / jaylett <https://github.com/jaylett>
James Aylett / jaylett <https://github.com/jaylett>
Todd Boland / boland <https://github.com/boland>
Todd Boland / boland <https://github.com/boland>
Issac Kelly / issackelly <https://github.com/issackelly>
Issac Kelly / issackelly <https://github.com/issackelly>
Saverio / mucca <https://github.com/mucca>
\ No newline at end of file
setup.py
View file @
b3121178
...
@@ -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
=
"0.9.
3
"
,
version
=
"0.9.
4
"
,
packages
=
[
"redis_cache"
],
packages
=
[
"redis_cache"
],
description
=
"Redis Cache Backend for Django"
,
description
=
"Redis Cache Backend for Django"
,
install_requires
=
[
'redis>=2.4.5'
,],
install_requires
=
[
'redis>=2.4.5'
,],
...
...
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