From f0684d4cf9aebb8779c9b9d47a200491b04c677d Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Wed, 19 Apr 2023 23:08:58 +0200 Subject: [PATCH] [V3] Remove "in-progress" suffix from the version As the schemas have been officially published, we remove the "in-progress" suffix from the version identifier. --- aas_core_meta/v3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aas_core_meta/v3.py b/aas_core_meta/v3.py index 240af10a..3610eedd 100644 --- a/aas_core_meta/v3.py +++ b/aas_core_meta/v3.py @@ -107,7 +107,7 @@ ) __book_url__ = "https://to-be-published" -__book_version__ = "V3.0-work-in-progress" +__book_version__ = "V3.0" __xml_namespace__ = "https://admin-shell.io/aas/3/0"