Skip to content

Commit 046d410

Browse files
committed
Prepare version for 1.0.0 release
1 parent d16445f commit 046d410

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ are using. For information regarding versioning, please refer to this table:
6262
| 0.5.x | 0.5.x |
6363
| 0.6.x | 0.6.x |
6464
| 0.7.x | 0.7.x |
65+
| 1.0.x | 1.0.x |
6566

6667
## Usage
6768

ankaios_sdk/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
SUPPORTED_API_VERSION = "v1"
4141
"(str): The supported API version of the Ankaios SDK."
4242

43-
ANKAIOS_VERSION = "1.0.0-rc1"
43+
ANKAIOS_VERSION = "1.0.0"
4444
"(str): The version of the compatible Ankaios."
4545

4646
WORKLOADS_PREFIX = "desiredState.workloads"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = ankaios-sdk
3-
version = 1.0.0-rc1
4-
ankaios_version = 1.0.0-rc1
3+
version = 1.0.0
4+
ankaios_version = 1.0.0
55
author = Elektrobit Automotive GmbH and Ankaios contributors
66
license = Apache-2.0
77

0 commit comments

Comments
 (0)