Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Feb 26, 2024
1 parent 9119757 commit 35fffab
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
exclude_types: [csv, json]
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.2.1'
rev: 'v0.2.2'
hooks:
- id: ruff
# in CI it is directly run by tox to allow dependency upgrade checks
Expand Down
2 changes: 1 addition & 1 deletion test/resources/stubs/ets6_free.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"created_by": "ETS6",
"schema_version": "22",
"tool_version": "6.1.5686.0",
"xknxproject_version": "3.6.0",
"xknxproject_version": "3.7.0",
"language_code": "de-DE"
},
"communication_objects": {},
Expand Down
2 changes: 1 addition & 1 deletion test/resources/stubs/ets6_two_level.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"created_by": "ETS6",
"schema_version": "22",
"tool_version": "6.1.5686.0",
"xknxproject_version": "3.6.0",
"xknxproject_version": "3.7.0",
"language_code": "de-DE"
},
"communication_objects": {},
Expand Down
2 changes: 1 addition & 1 deletion test/resources/stubs/module-definition-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"created_by": "ETS5",
"schema_version": "20",
"tool_version": "5.7.1428.39779",
"xknxproject_version": "3.6.0",
"xknxproject_version": "3.7.0",
"language_code": "de-DE"
},
"communication_objects": {
Expand Down
2 changes: 1 addition & 1 deletion test/resources/stubs/test_project-ets4.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"created_by": "ETS4",
"schema_version": "11",
"tool_version": "ETS 4.2.0 (Build 3884)",
"xknxproject_version": "3.6.0",
"xknxproject_version": "3.7.0",
"language_code": "de-DE"
},
"communication_objects": {
Expand Down
2 changes: 1 addition & 1 deletion test/resources/stubs/testprojekt-ets6-functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"created_by": "ETS6",
"schema_version": "22",
"tool_version": "6.1.5686.0",
"xknxproject_version": "3.6.0",
"xknxproject_version": "3.7.0",
"language_code": "de-DE"
},
"communication_objects": {},
Expand Down
2 changes: 1 addition & 1 deletion test/resources/stubs/xknx_test_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"created_by": "ETS5",
"schema_version": "20",
"tool_version": "5.7.1428.39779",
"xknxproject_version": "3.6.0",
"xknxproject_version": "3.7.0",
"language_code": null
},
"communication_objects": {
Expand Down
2 changes: 1 addition & 1 deletion xknxproject/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ETS Project parser version."""

__version__ = "3.6.0"
__version__ = "3.7.0"

0 comments on commit 35fffab

Please sign in to comment.