Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Ruhier committed May 7, 2018
1 parent 45bf212 commit b3afdae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True
tag_name={new_version}
tag_name = {new_version}

[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"

[aliases]
test=pytest
# verbose mode
testv=pytest --addopts "-v --duration=10"
# test debug, with pdb
testd=pytest --addopts "--pdb"
# last failed
testlf=pytest --addopts "--lf"
# coverage related tests
testcov=pytest --addopts "--cov netboxapi --cov-config .coveragerc"
testcoveralls=pytest --addopts "--cov netboxapi --cov-report="
test = pytest
testv = pytest --addopts "-v --duration=10"
testd = pytest --addopts "--pdb"
testlf = pytest --addopts "--lf"
testcov = pytest --addopts "--cov netboxapi --cov-config .coveragerc"
testcoveralls = pytest --addopts "--cov netboxapi --cov-report="

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="netboxapi",
version="1.0.0",
version="1.0.1",

description="Client API for Netbox",

Expand Down

0 comments on commit b3afdae

Please sign in to comment.