File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed
Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.0
2+ current_version = 1.0.1
33commit = True
44tag = True
5- tag_name = {new_version}
5+ tag_name = {new_version}
66
77[bumpversion:file:setup.py]
88search = version =" {current_version}"
99replace = 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+
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "netboxapi" ,
12- version = "1.0.0 " ,
12+ version = "1.0.1 " ,
1313
1414 description = "Client API for Netbox" ,
1515
You can’t perform that action at this time.
0 commit comments