Skip to content

Commit

Permalink
🎨 Version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Dec 13, 2024
1 parent 1b50ee1 commit 3650934
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudapi-app"
version = "4.1.0"
version = "4.2.0"
description = "Main app submodule for cloudapi"
authors = ["Mourits de Beer <ff137@proton.me>"]
package-mode = false
Expand Down
2 changes: 1 addition & 1 deletion endorser/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudapi-endorser"
version = "4.1.0"
version = "4.2.0"
description = "Endorser submodule for cloudapi"
authors = ["Mourits de Beer <ff137@proton.me>"]
package-mode = false
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudapi"
version = "4.1.0"
version = "4.2.0"
description = "Main project configuration for cloudapi"
authors = ["Mourits de Beer <ff137@proton.me>"]
package-mode = false
Expand Down
2 changes: 1 addition & 1 deletion shared/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# pylint: disable=invalid-name

PROJECT_VERSION = os.getenv("PROJECT_VERSION", "1.0.0")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "4.2.0")

# the ACAPY_LABEL field with which the governance agent is initialised
GOVERNANCE_LABEL = os.getenv("GOVERNANCE_ACAPY_LABEL", "Governance")
Expand Down
2 changes: 1 addition & 1 deletion trustregistry/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudapi-trust-registry"
version = "4.1.0"
version = "4.2.0"
description = "Trust Registry submodule for cloudapi"
authors = ["Mourits de Beer <ff137@proton.me>"]
package-mode = false
Expand Down
2 changes: 1 addition & 1 deletion waypoint/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudapi-waypoint"
version = "4.1.0"
version = "4.2.0"
description = "End state service for cloudapi"
authors = ["cl0ete <cloete.dupreez@gmail.com>"]
package-mode = false
Expand Down

0 comments on commit 3650934

Please sign in to comment.