Skip to content

Commit

Permalink
Merge pull request #90 from checkmate/samstav/bump-version
Browse files Browse the repository at this point in the history
bump version to 0.6.3
  • Loading branch information
stavxyz committed Oct 12, 2015
2 parents c052a4b + f62988b commit fe3efe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simpl/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'common python libraries, primarily '
'for building web services and APIs')
__url__ = 'https://github.com/checkmate/simpl'
__version__ = '0.6.2'
__version__ = '0.6.3'
__author__ = 'Rackers'
__email__ = '[email protected]'
__keywords__ = ['common', 'resuable', 'suitable', 'fruitful']
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deps = -r{toxinidir}/mongo-min-requirements.txt
# We check tests for style also, but we use different criteria:
# - tests may not have docstrings
commands =
flake8 setup.py simpl
flake8 setup.py simpl --ignore D211
pylint simpl

[flake8]
Expand Down

0 comments on commit fe3efe7

Please sign in to comment.