From a3f0e963095a758975eed3851f8360fa917f0842 Mon Sep 17 00:00:00 2001 From: Kamun Rustem Date: Mon, 9 May 2016 12:45:31 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- django_tml/__init__.py | 2 +- requires.txt | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59b9d18..da73c9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ matrix: install: - pip install --upgrade pip - pip install -r requires_test.txt - - pip install tml[pylibmc,memcached,redis]>=0.3.0 + - pip install tml[pylibmc,memcached,redis]>=0.3.1 - pip install -q $DJANGO_VERSION - pip install --upgrade coveralls script: diff --git a/django_tml/__init__.py b/django_tml/__init__.py index 2876ab4..376e0aa 100644 --- a/django_tml/__init__.py +++ b/django_tml/__init__.py @@ -7,7 +7,7 @@ from tml import get_context as get_current_context, get_current_language, with_block_options -__VERSION__ = '0.3.0' +__VERSION__ = '0.3.1' def tr(label, data = None, description = None, options = {}): diff --git a/requires.txt b/requires.txt index a90e254..1a63c67 100644 --- a/requires.txt +++ b/requires.txt @@ -1,2 +1,2 @@ -tml[pylibmc]>=0.3.0 +tml[pylibmc]>=0.3.1 django>=1.7 diff --git a/setup.cfg b/setup.cfg index 7470c34..b2779a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True diff --git a/setup.py b/setup.py index ec6ea4b..21e52bd 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ def get_version(*path): # requirements files see: # https://packaging.python.org/en/latest/requirements.html install_requires=[ - 'tml[pylibmc]>=0.3.0', + 'tml[pylibmc]>=0.3.1', 'django>=1.7'] # List additional groups of dependencies here (e.g. development