Skip to content

Commit

Permalink
Merge tag '0.9.34' into develop
Browse files Browse the repository at this point in the history
0.9.34
  • Loading branch information
mpasternak committed Mar 7, 2018
2 parents b705c6c + 82bb288 commit 9d7b99a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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.9.33
current_version = 0.9.34
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def reqs(f):

setup(
name='django-multiseek',
version='0.9.33',
version='0.9.34',
description='Build a form to seek records using multiple parameters',
author=u'Michał Pasternak',
author_email='michal.dtz@gmail.com',
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ passenv =
TRAVIS
TRAVIS_JOB_ID
TRAVIS_BRANCH
COVERALLS_REPO_TOKEN

deps =
-r{toxinidir}/requirements.txt
Expand Down

0 comments on commit 9d7b99a

Please sign in to comment.