File tree Expand file tree Collapse file tree 3 files changed +16
-18
lines changed Expand file tree Collapse file tree 3 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 11[tool ]
22[tool .poetry ]
33name = " satel_integra2"
4- version = " 0.3.7 "
4+ version = " 0.4.0 "
55homepage = " https://github.com/wasilukm/satel_integra2"
66description = " Communication library and basic testing tool for Satel Integra alarm system."
77
Original file line number Diff line number Diff line change 44
55__author__ = """Krzysztof Machelski"""
667- __version__ = '0.3.7 '
7+ __version__ = '0.4.0 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.7
2+ current_version = 0.4.0
33commit = True
44tag = True
55
@@ -16,21 +16,19 @@ exclude = docs
1616
1717[aliases]
1818test = pytest
19- # Define setup.py command aliases here
2019
2120[coverage:run]
22- # uncomment the following to omit files during running
23- omit =
24- satel_integra2/cli.py
25- [coverage:report]
26- exclude_lines =
27- pragma: no cover
28- def __repr__
29- if self.debug:
30- if settings.DEBUG
31- raise AssertionError
32- raise NotImplementedError
33- if 0:
34- if __name__ == .__main__.:
35- def main
21+ omit =
22+ satel_integra2/cli.py
3623
24+ [coverage:report]
25+ exclude_lines =
26+ pragma: no cover
27+ def __repr__
28+ if self.debug:
29+ if settings.DEBUG
30+ raise AssertionError
31+ raise NotImplementedError
32+ if 0:
33+ if __name__ == .__main__.:
34+ def main
You can’t perform that action at this time.
0 commit comments