From 4836a73cc912ebc9531906c27488024ed10421da Mon Sep 17 00:00:00 2001 From: farmio Date: Sat, 28 Oct 2023 09:19:07 +0200 Subject: [PATCH] Release 3.4.0 --- README.md | 2 +- test/resources/stubs/ets6_free.json | 2 +- test/resources/stubs/ets6_two_level.json | 2 +- test/resources/stubs/module-definition-test.json | 2 +- test/resources/stubs/test_project-ets4.json | 2 +- test/resources/stubs/testprojekt-ets6-functions.json | 2 +- test/resources/stubs/xknx_test_project.json | 2 +- xknxproject/__version__.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 00fe171..764ef12 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/test/resources/stubs/ets6_free.json b/test/resources/stubs/ets6_free.json index 1f8d290..bf269af 100644 --- a/test/resources/stubs/ets6_free.json +++ b/test/resources/stubs/ets6_free.json @@ -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": {}, diff --git a/test/resources/stubs/ets6_two_level.json b/test/resources/stubs/ets6_two_level.json index 51e22a5..6bfd64b 100644 --- a/test/resources/stubs/ets6_two_level.json +++ b/test/resources/stubs/ets6_two_level.json @@ -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": {}, diff --git a/test/resources/stubs/module-definition-test.json b/test/resources/stubs/module-definition-test.json index 46a2cb7..08068c5 100644 --- a/test/resources/stubs/module-definition-test.json +++ b/test/resources/stubs/module-definition-test.json @@ -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": { diff --git a/test/resources/stubs/test_project-ets4.json b/test/resources/stubs/test_project-ets4.json index b9db5c6..6589b99 100644 --- a/test/resources/stubs/test_project-ets4.json +++ b/test/resources/stubs/test_project-ets4.json @@ -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": { diff --git a/test/resources/stubs/testprojekt-ets6-functions.json b/test/resources/stubs/testprojekt-ets6-functions.json index f520ed4..eb6c48d 100644 --- a/test/resources/stubs/testprojekt-ets6-functions.json +++ b/test/resources/stubs/testprojekt-ets6-functions.json @@ -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": {}, diff --git a/test/resources/stubs/xknx_test_project.json b/test/resources/stubs/xknx_test_project.json index 0e32cd5..88b62f6 100644 --- a/test/resources/stubs/xknx_test_project.json +++ b/test/resources/stubs/xknx_test_project.json @@ -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": { diff --git a/xknxproject/__version__.py b/xknxproject/__version__.py index afca21f..19787de 100644 --- a/xknxproject/__version__.py +++ b/xknxproject/__version__.py @@ -1,3 +1,3 @@ """ETS Project parser version.""" -__version__ = "3.3.0" +__version__ = "3.4.0"