Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Nov 16, 2016
2 parents 3311af0 + 1af6c4b commit a1847c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
current_version = 5.6.1
current_version = 5.6.2
files = mixer/__init__.py
tag = True
tag_name = {new_version}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@ docs/_build
/.coverage
/.ropeproject
/.cache
/.python-version
2 changes: 1 addition & 1 deletion mixer/__init__.py
Expand Up @@ -14,7 +14,7 @@
# Module information
# ==================

__version__ = "5.6.1"
__version__ = "5.6.2"
__project__ = "mixer"
__author__ = "horneds <horneds@gmail.com>"
__license__ = "BSD"
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -19,7 +19,8 @@ commands=py.test tests
deps =
flask-sqlalchemy
mongoengine
peewee>=2.7.3
marshmallow
peewee>=2.7.5
pytest

# Django 1.9
Expand Down

0 comments on commit a1847c2

Please sign in to comment.