Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem committed May 9, 2016
1 parent 717b0cc commit a3f0e96
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion django_tml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}):
Expand Down
2 changes: 1 addition & 1 deletion requires.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tml[pylibmc]>=0.3.0
tml[pylibmc]>=0.3.1
django>=1.7
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3f0e96

Please sign in to comment.