Skip to content

Commit

Permalink
Added bumpr for release
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Nov 21, 2015
1 parent bd9715d commit 43d62bd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions bumpr.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[bumpr]
file = minibench/__about__.py
vcs = git
commit = true
tag = true
tests = tox
publish = python setup.py sdist register upload
clean =
inv clean
files =
README.rst

[bump]
unsuffix = true

[prepare]
part = patch
suffix = dev

[changelog]
file = CHANGELOG.rst
bump = {version} ({date:%Y-%m-%d})
prepare = Current

[readthedoc]
id = minibench
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def rst(filename):

tests_require = ['nose', 'rednose', 'markdown', 'docutils']
install_requires = ['click', 'six']
dev_requires = ['invoke', 'tox', 'flake8', 'sphinx']
dev_requires = ['invoke', 'tox', 'flake8', 'sphinx', 'bumpr']

setup(
name='minibench',
Expand Down

0 comments on commit 43d62bd

Please sign in to comment.