Skip to content

Commit b3afdae

Browse files
author
Anthony Ruhier
committed
Bump version: 1.0.0 → 1.0.1
1 parent 45bf212 commit b3afdae

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

setup.cfg

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
5-
tag_name={new_version}
5+
tag_name = {new_version}
66

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

1111
[aliases]
12-
test=pytest
13-
# verbose mode
14-
testv=pytest --addopts "-v --duration=10"
15-
# test debug, with pdb
16-
testd=pytest --addopts "--pdb"
17-
# last failed
18-
testlf=pytest --addopts "--lf"
19-
# coverage related tests
20-
testcov=pytest --addopts "--cov netboxapi --cov-config .coveragerc"
21-
testcoveralls=pytest --addopts "--cov netboxapi --cov-report="
12+
test = pytest
13+
testv = pytest --addopts "-v --duration=10"
14+
testd = pytest --addopts "--pdb"
15+
testlf = pytest --addopts "--lf"
16+
testcov = pytest --addopts "--cov netboxapi --cov-config .coveragerc"
17+
testcoveralls = pytest --addopts "--cov netboxapi --cov-report="
18+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="netboxapi",
12-
version="1.0.0",
12+
version="1.0.1",
1313

1414
description="Client API for Netbox",
1515

0 commit comments

Comments
 (0)