Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ankaios_sdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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

Expand Down