Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Feb 11, 2024
1 parent 5c14dba commit 0c389a3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.0'
rev: 'v0.2.1'
hooks:
- id: ruff
# in CI it is directly run by tox to allow dependency upgrade checks
Expand Down
2 changes: 1 addition & 1 deletion requirements_testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pylint==3.0.3
pytest==8.0.0
pytest-cov==4.1.0
pytest-icdiff==0.9
ruff==0.2.0
ruff==0.2.1
setuptools==69.0.3
tox==4.12.1
tox-gh-actions==3.2.0
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.5.0",
"xknxproject_version": "3.6.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.5.0",
"xknxproject_version": "3.6.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.5.0",
"xknxproject_version": "3.6.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.5.0",
"xknxproject_version": "3.6.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.5.0",
"xknxproject_version": "3.6.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.5.0",
"xknxproject_version": "3.6.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.5.0"
__version__ = "3.6.0"

0 comments on commit 0c389a3

Please sign in to comment.