Skip to content

Commit

Permalink
Cut New Release: 0.1.1-dev24 → 0.1.1-dev25
Browse files Browse the repository at this point in the history
  • Loading branch information
DevOpsBot committed Aug 9, 2019
1 parent fc4fb18 commit 9520f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ serialize = {major}.{minor}.{patch}-{release_type}{iteration}
tag = True
commit = True
message = Cut New Release: {current_version} → {new_version}
current_version = 0.1.1-dev24
current_version = 0.1.1-dev25

[bumpversion:part:release_type]
optional_value = stable
Expand Down
2 changes: 1 addition & 1 deletion scenario_player/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
End-to-end testing tool for the ``Raiden`` test suite.
"""

__version__ = "0.1.1-dev24"
__version__ = "0.1.1-dev25"

0 comments on commit 9520f63

Please sign in to comment.