From 7331871795696859946e77eccbb85087c6908ca7 Mon Sep 17 00:00:00 2001 From: opapy Date: Tue, 9 Oct 2018 18:02:47 +0900 Subject: [PATCH] update to 1.2.0 --- README.rst | 2 +- django_elastipymemcache/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5e5d2f1..c5fe4d4 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ django-elastipymemcache :Author: UNCOVER TRUTH Inc. :Copyright: © UNCOVER TRUTH Inc. :Date: 2018-06-19 -:Version: 1.1.0 +:Version: 1.2.0 .. index: README .. image:: https://travis-ci.org/uncovertruth/django-elastipymemcache.svg?branch=master diff --git a/django_elastipymemcache/__init__.py b/django_elastipymemcache/__init__.py index c0ef4db..b9b86f7 100644 --- a/django_elastipymemcache/__init__.py +++ b/django_elastipymemcache/__init__.py @@ -1,2 +1,2 @@ -VERSION = (1, 1, 0) +VERSION = (1, 2, 0) __version__ = '.'.join(map(str, VERSION))