From 6544624d6be04871096463592052a6b994c6b022 Mon Sep 17 00:00:00 2001 From: AAriam <80158628+AAriam@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:10:46 +0100 Subject: [PATCH] Release version 0.0.0.dev342 --- pyproject.toml | 2 +- src/controlman/_data/schema/def/label-group-element.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 930b719..b840715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev341" +version = "0.0.0.dev342" name = "ControlMan" dependencies = [ "packaging >= 23.2, < 24", diff --git a/src/controlman/_data/schema/def/label-group-element.yaml b/src/controlman/_data/schema/def/label-group-element.yaml index c54a94f..b4627fa 100644 --- a/src/controlman/_data/schema/def/label-group-element.yaml +++ b/src/controlman/_data/schema/def/label-group-element.yaml @@ -22,5 +22,5 @@ properties: description: | Full name of the label. This is automatically generated from the prefix and suffix. - default: '${{ ...prefix }}${{ .suffix }}' + default: '${{ ...prefix }}$${{ .suffix }}$' $ref: https://jsonschemata.repodynamics.com/string/oneline \ No newline at end of file