We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d28406 commit 613b79eCopy full SHA for 613b79e
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.6.1 - 2015-12-28
5
+------------------
6
+- Supports Django 1.7 through 1.9
7
+- Supports Python 2.7, 3.4, and 3.5
8
+
9
0.6.0 - 2015-04-01
10
------------------
11
- Requires pylibmc 1.4.1 or greater
README.rst
@@ -11,7 +11,7 @@ it's fast.
12
Do you need django-pylibmc?
13
---------------------------
14
-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::
15
16
CACHES = {
17
'default': {
django_pylibmc/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (0, 6, 0)
+VERSION = (0, 6, 1)
__version__ = '.'.join(map(str, VERSION))
0 commit comments