Skip to content

Commit f2c0a33

Browse files
committed
Bump version: 0.3.7 → 0.4.0
1 parent 21a8edf commit f2c0a33

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "satel_integra2"
4-
version = "0.3.7"
4+
version = "0.4.0"
55
homepage = "https://github.com/wasilukm/satel_integra2"
66
description = "Communication library and basic testing tool for Satel Integra alarm system."
77

satel_integra2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Krzysztof Machelski"""
66
__email__ = '[email protected]'
7-
__version__ = '0.3.7'
7+
__version__ = '0.4.0'

setup.cfg

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.7
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

@@ -16,21 +16,19 @@ exclude = docs
1616

1717
[aliases]
1818
test = 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

0 commit comments

Comments
 (0)