Skip to content

Commit

Permalink
Add bumpversion config
Browse files Browse the repository at this point in the history
NOTE: due to missing support for annotated tags in bumpversion, this
requires https://github.com/ekohl/bumpversion@annotated-tags:

  pip install git+https://github.com/ekohl/bumpversion@annotated-tags

See also peritus/bumpversion#58
  • Loading branch information
ooiM committed Feb 15, 2016
1 parent 91f8001 commit 450beb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[aliases]
test=pytest
[bumpversion]
current_version = 0.2.3
commit = True
tag = True
tag_name = {new_version}
tag_message = v{new_version}
[bumpversion:file:setup.py]
[bumpversion:file:nbstripout.py]
[flake8]
ignore = E501

0 comments on commit 450beb6

Please sign in to comment.