Skip to content

Commit 613b79e

Browse files
committed
Version 0.6.1
1 parent 6d28406 commit 613b79e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

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+
49
0.6.0 - 2015-04-01
510
------------------
611
- Requires pylibmc 1.4.1 or greater

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ it's fast.
1111

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

1616
CACHES = {
1717
'default': {

django_pylibmc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 6, 0)
1+
VERSION = (0, 6, 1)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)