Skip to content

Commit 0c389a3

Browse files
committed
Release 3.6.0
1 parent 5c14dba commit 0c389a3

9 files changed

+9
-9
lines changed

.pre-commit-config.yaml

+1-1
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.0'
12+
rev: 'v0.2.1'
1313
hooks:
1414
- id: ruff
1515
# in CI it is directly run by tox to allow dependency upgrade checks

requirements_testing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pylint==3.0.3
44
pytest==8.0.0
55
pytest-cov==4.1.0
66
pytest-icdiff==0.9
7-
ruff==0.2.0
7+
ruff==0.2.1
88
setuptools==69.0.3
99
tox==4.12.1
1010
tox-gh-actions==3.2.0

test/resources/stubs/ets6_free.json

+1-1
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.5.0",
11+
"xknxproject_version": "3.6.0",
1212
"language_code": "de-DE"
1313
},
1414
"communication_objects": {},

test/resources/stubs/ets6_two_level.json

+1-1
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.5.0",
11+
"xknxproject_version": "3.6.0",
1212
"language_code": "de-DE"
1313
},
1414
"communication_objects": {},

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

+1-1
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.5.0",
11+
"xknxproject_version": "3.6.0",
1212
"language_code": "de-DE"
1313
},
1414
"communication_objects": {

test/resources/stubs/test_project-ets4.json

+1-1
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.5.0",
11+
"xknxproject_version": "3.6.0",
1212
"language_code": "de-DE"
1313
},
1414
"communication_objects": {

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

+1-1
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.5.0",
11+
"xknxproject_version": "3.6.0",
1212
"language_code": "de-DE"
1313
},
1414
"communication_objects": {},

test/resources/stubs/xknx_test_project.json

+1-1
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.5.0",
11+
"xknxproject_version": "3.6.0",
1212
"language_code": null
1313
},
1414
"communication_objects": {

xknxproject/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ETS Project parser version."""
22

3-
__version__ = "3.5.0"
3+
__version__ = "3.6.0"

0 commit comments

Comments
 (0)