Skip to content

Commit

Permalink
bump: 0.1.0-alpha -> 0.2.0-alpha
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey James <lobotmcj@gmail.com>
  • Loading branch information
lobotmcj committed Oct 7, 2020
1 parent 2bdd951 commit 5a763b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[bumpversion]
current_version = 0.1.0a0
parse = 0\.(?P<major>\d+)\.(?P<minor>\d+)a(?P<patch>\d+)
serialize = 0.{major}.{minor}a{patch}
commit = True
tag = True
current_version = 0.2.0-alpha
commit = False
tag = False
sign_tags = True
message = bump: {current_version} -> {new_version}
commit_args = -s
Expand Down
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0a0"
version = "0.2.0-alpha"
tag_format = "v$version"
2 changes: 1 addition & 1 deletion johann/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

"""Johann, lightweight and flexible scenario orchestration"""

__version__ = "0.1.0a0"
__version__ = "0.2.0-alpha"

0 comments on commit 5a763b6

Please sign in to comment.