Skip to content

Commit 7b720f6

Browse files
authored
Merge pull request gusdan#20 from uncovertruth/feature/1.0.0
Release 1.0.0
2 parents 275eaca + 35e4d52 commit 7b720f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ django-elastipymemcache
66
:Author: UNCOVER TRUTH Inc. <develop@uncovertruth.co.jp>
77
:Copyright: © UNCOVER TRUTH Inc.
88
:Date: 2017-04-11
9-
:Version: 0.0.6
9+
:Version: 1.0.0
1010

1111
.. index: README
1212
.. image:: https://travis-ci.org/uncovertruth/django-elastipymemcache.svg?branch=master
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 0, 6)
1+
VERSION = (1, 0, 0)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)