Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Mar 18, 2016
2 parents 57baeff + fdba375 commit 56ac097
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
current_version = 5.5.0
current_version = 5.5.1
files = mixer/__init__.py
tag = True
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ language: python
python: 2.7

env:
- TOXENV=py26-d16
- TOXENV=py27-d16
- TOXENV=py34-d16
- TOXENV=py27-d17
- TOXENV=py34-d17
- TOXENV=py27-d18
- TOXENV=py34-d18
- TOXENV=py27-d19
- TOXENV=py34-d19
- TOXENV=cov

branches:
Expand Down
2 changes: 1 addition & 1 deletion mixer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Module information
# ==================

__version__ = "5.5.0"
__version__ = "5.5.1"
__project__ = "mixer"
__author__ = "horneds <horneds@gmail.com>"
__license__ = "BSD"

0 comments on commit 56ac097

Please sign in to comment.