Skip to content

Commit

Permalink
Add bumpversion configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Nov 8, 2016
1 parent 668a524 commit cf5d704
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[bumpversion]
commit = True
tag = True
current_version = 0.1-dev
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?(\-(?P<release>\w+))?
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
{major}.{minor}

[bumpversion:file:setup.py]

[bumpversion:file:skan/__init__.py]

[bumpversion:part:release]
optional_value = final
values =
dev
final

0 comments on commit cf5d704

Please sign in to comment.