django-pylibmc: Add dependancy and use as cache backend for memcached.

This commit is contained in:
Aditya Bansal
2018-06-11 07:49:16 +05:30
committed by Tim Abbott
parent ba55d22fdb
commit 998fb038a9
5 changed files with 7 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.8.1+git"
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '20.9'
PROVISION_VERSION = '20.10'