Skip to content

Commit 35fffab

Browse files
committed
Release 3.7.0
1 parent 9119757 commit 35fffab

8 files changed

Lines changed: 8 additions & 8 deletions

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
exclude_types: [csv, json]
1010
- repo: https://github.com/charliermarsh/ruff-pre-commit
1111
# Ruff version.
12-
rev: 'v0.2.1'
12+
rev: 'v0.2.2'
1313
hooks:
1414
- id: ruff
1515
# in CI it is directly run by tox to allow dependency upgrade checks

test/resources/stubs/ets6_free.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"created_by": "ETS6",
99
"schema_version": "22",
1010
"tool_version": "6.1.5686.0",
11-
"xknxproject_version": "3.6.0",
11+
"xknxproject_version": "3.7.0",
1212
"language_code": "de-DE"
1313
},
1414
"communication_objects": {},

test/resources/stubs/ets6_two_level.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"created_by": "ETS6",
99
"schema_version": "22",
1010
"tool_version": "6.1.5686.0",
11-
"xknxproject_version": "3.6.0",
11+
"xknxproject_version": "3.7.0",
1212
"language_code": "de-DE"
1313
},
1414
"communication_objects": {},

test/resources/stubs/module-definition-test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"created_by": "ETS5",
99
"schema_version": "20",
1010
"tool_version": "5.7.1428.39779",
11-
"xknxproject_version": "3.6.0",
11+
"xknxproject_version": "3.7.0",
1212
"language_code": "de-DE"
1313
},
1414
"communication_objects": {

test/resources/stubs/test_project-ets4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"created_by": "ETS4",
99
"schema_version": "11",
1010
"tool_version": "ETS 4.2.0 (Build 3884)",
11-
"xknxproject_version": "3.6.0",
11+
"xknxproject_version": "3.7.0",
1212
"language_code": "de-DE"
1313
},
1414
"communication_objects": {

test/resources/stubs/testprojekt-ets6-functions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"created_by": "ETS6",
99
"schema_version": "22",
1010
"tool_version": "6.1.5686.0",
11-
"xknxproject_version": "3.6.0",
11+
"xknxproject_version": "3.7.0",
1212
"language_code": "de-DE"
1313
},
1414
"communication_objects": {},

test/resources/stubs/xknx_test_project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"created_by": "ETS5",
99
"schema_version": "20",
1010
"tool_version": "5.7.1428.39779",
11-
"xknxproject_version": "3.6.0",
11+
"xknxproject_version": "3.7.0",
1212
"language_code": null
1313
},
1414
"communication_objects": {

xknxproject/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ETS Project parser version."""
22

3-
__version__ = "3.6.0"
3+
__version__ = "3.7.0"

0 commit comments

Comments
 (0)