Skip to content

Commit db8ee39

Browse files
authored
Release v0.10.0b1 (#522)
* RSTUF Worker >= v0.12.0b1 Signed-off-by: Kairo Araujo <[email protected]>
1 parent 24d037b commit db8ee39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Repository Service for TUF API",
55
"description": "Repository Service for TUF Rest API",
6-
"version": "0.9.0b1"
6+
"version": "0.10.0b1"
77
},
88
"paths": {
99
"/api/v1/bootstrap/": {

repository_service_tuf_api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
#
66
# SPDX-License-Identifier: MIT
77

8-
version = "0.9.0b1"
8+
version = "0.10.0b1"
99
copyright = "Copyright (c) 2023 Repository Service for TUF Contributors"
1010
author = "Kairo de Araujo"

0 commit comments

Comments
 (0)