Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Oct 28, 2023
1 parent 1456dde commit 4836a73
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project aims to provide a library that can be used to extract and parse KNX

Currently, xknxproject supports extracting (password protected) ETS 4, 5 and 6 projects and can obtain the following information:

* Areas, Lines, Devices and their individual address
* Areas, Lines, Devices and their individual address and channels
* CommunicationObjectInstance references for their devices (GA assignments)
* Group Addresses and their DPT type if set
* The application programs communication objects, their respective flags and the DPT Type
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.3.0",
"xknxproject_version": "3.4.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.3.0",
"xknxproject_version": "3.4.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.3.0",
"xknxproject_version": "3.4.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.3.0",
"xknxproject_version": "3.4.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.3.0",
"xknxproject_version": "3.4.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.3.0",
"xknxproject_version": "3.4.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.3.0"
__version__ = "3.4.0"

0 comments on commit 4836a73

Please sign in to comment.