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 1
1
[bumpversion]
2
- current_version = 1.0.0
2
+ current_version = 1.0.1
3
3
commit = True
4
4
tag = True
5
- tag_name = {new_version}
5
+ tag_name = {new_version}
6
6
7
7
[bumpversion:file:setup.py]
8
8
search = version =" {current_version}"
9
9
replace = version =" {new_version}"
10
10
11
11
[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 9
9
10
10
setup (
11
11
name = "netboxapi" ,
12
- version = "1.0.0 " ,
12
+ version = "1.0.1 " ,
13
13
14
14
description = "Client API for Netbox" ,
15
15
You can’t perform that action at this time.
0 commit comments