From 046d410bdf0d93ebc62ad54e3d4a784c3a2aa8d4 Mon Sep 17 00:00:00 2001 From: Tomuta Gabriel Date: Mon, 16 Feb 2026 14:55:20 +0200 Subject: [PATCH] Prepare version for 1.0.0 release --- README.md | 1 + ankaios_sdk/utils.py | 2 +- setup.cfg | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e04accc..2a73619 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ are using. For information regarding versioning, please refer to this table: | 0.5.x | 0.5.x | | 0.6.x | 0.6.x | | 0.7.x | 0.7.x | +| 1.0.x | 1.0.x | ## Usage diff --git a/ankaios_sdk/utils.py b/ankaios_sdk/utils.py index 0db9b7c..5632dc4 100644 --- a/ankaios_sdk/utils.py +++ b/ankaios_sdk/utils.py @@ -40,7 +40,7 @@ SUPPORTED_API_VERSION = "v1" "(str): The supported API version of the Ankaios SDK." -ANKAIOS_VERSION = "1.0.0-rc1" +ANKAIOS_VERSION = "1.0.0" "(str): The version of the compatible Ankaios." WORKLOADS_PREFIX = "desiredState.workloads" diff --git a/setup.cfg b/setup.cfg index faa2a29..305dfe2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = ankaios-sdk -version = 1.0.0-rc1 -ankaios_version = 1.0.0-rc1 +version = 1.0.0 +ankaios_version = 1.0.0 author = Elektrobit Automotive GmbH and Ankaios contributors license = Apache-2.0