Skip to content

Commit d4f0244

Browse files
authored
rc9 (#1842)
1 parent 7694713 commit d4f0244

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/openapi/tenant-admin-openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "CloudAPI Multitenant Admin",
55
"description": "\nWelcome to CloudAPI Multitenant Admin!\n\nFor detailed guidance on using the API, please visit our official documentation:\nhttps://www.didx.co.za/acapy-cloud/index.html\n",
6-
"version": "5.0.0-rc8"
6+
"version": "5.0.0-rc9"
77
},
88
"servers": [
99
{

docs/openapi/tenant-admin-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
https://www.didx.co.za/acapy-cloud/index.html
1212
1313
'
14-
version: 5.0.0-rc8
14+
version: 5.0.0-rc9
1515
servers:
1616
- url: /tenant-admin
1717
paths:

docs/openapi/tenant-openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "CloudAPI Tenant",
55
"description": "\nWelcome to CloudAPI Tenant!\n\nFor detailed guidance on using the API, please visit our official documentation:\nhttps://www.didx.co.za/acapy-cloud/index.html\n",
6-
"version": "5.0.0-rc8"
6+
"version": "5.0.0-rc9"
77
},
88
"servers": [
99
{

docs/openapi/tenant-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
https://www.didx.co.za/acapy-cloud/index.html
1212
1313
'
14-
version: 5.0.0-rc8
14+
version: 5.0.0-rc9
1515
servers:
1616
- url: /tenant
1717
paths:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "acapy-cloud"
3-
version = "5.0.0-rc8"
3+
version = "5.0.0-rc9"
44
description = "Main project configuration for acapy-cloud"
55
authors = [
66
{ name = "Mourits de Beer", email = "mourits.debeer@didx.co.za" },

shared/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# pylint: disable=invalid-name
88

9-
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "5.0.0-rc8")
9+
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "5.0.0-rc9")
1010

1111
# the ACAPY_LABEL field with which the governance agent is initialised
1212
GOVERNANCE_LABEL = os.getenv("GOVERNANCE_ACAPY_LABEL", "Governance")

0 commit comments

Comments
 (0)