Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Dec 28, 2015
1 parent 6d28406 commit 613b79e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========

0.6.1 - 2015-12-28
------------------
- Supports Django 1.7 through 1.9
- Supports Python 2.7, 3.4, and 3.5

0.6.0 - 2015-04-01
------------------
- Requires pylibmc 1.4.1 or greater
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -11,7 +11,7 @@ it's fast.

Do you need django-pylibmc?
---------------------------
Django 1.3 added support for pylibmc. To use it, set you cache backend::
Django has direct support for pylibmc. To use it, set you cache backend::

CACHES = {
'default': {
Expand Down
2 changes: 1 addition & 1 deletion django_pylibmc/__init__.py
@@ -1,2 +1,2 @@
VERSION = (0, 6, 0)
VERSION = (0, 6, 1)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 613b79e

Please sign in to comment.