Commit 22c233de authored by Sean Bleier's avatar Sean Bleier

Bump version to 1.5.0

parent e6517983
...@@ -19,6 +19,12 @@ A Redis cache backend for Django ...@@ -19,6 +19,12 @@ A Redis cache backend for Django
Changelog Changelog
========= =========
1.5.0
-----
* Adds ability to compress/decompress cache values using pluggable compressors
including zlib, bzip2, or a custom implementation.
1.4.0 1.4.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="1.4.0", version="1.5.0",
packages=["redis_cache", "redis_cache.backends"], packages=["redis_cache", "redis_cache.backends"],
description="Redis Cache Backend for Django", description="Redis Cache Backend for Django",
install_requires=['redis>=2.10.3'], install_requires=['redis>=2.10.3'],
......
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