Skip to content

Commit

Permalink
release: v1.0.0b2 (#737)
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
kairoaraujo authored Dec 4, 2024
1 parent 94356cc commit 704fbdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Repository Service for TUF API",
"description": "Repository Service for TUF Rest API",
"version": "1.0.0b1"
"version": "1.0.0b2"
},
"paths": {
"/api/v1/bootstrap/": {
Expand Down
4 changes: 2 additions & 2 deletions repository_service_tuf_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python3

# SPDX-FileCopyrightText: 2023 Repository Service for TUF Contributors
# SPDX-FileCopyrightText: 2023-2024 Repository Service for TUF Contributors
# SPDX-FileCopyrightText: 2022-2023 VMware Inc
#
# SPDX-License-Identifier: MIT

version = "1.0.0b1"
version = "1.0.0b2"
copyright = "Copyright (c) 2024 Repository Service for TUF Contributors"
author = "Kairo de Araujo"

0 comments on commit 704fbdc

Please sign in to comment.