Skip to content

Commit

Permalink
Release version 0.0.0.dev410
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 8, 2024
1 parent c8ec715 commit c17e2f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev409"
version = "0.0.0.dev410"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
5 changes: 5 additions & 0 deletions src/controlman/_data/schema/def/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ properties:
description: Development protocol data.
type: object
additionalProperties: false
required: [ value ]
properties:
start:
$ref: https://jsonschemata.repodynamics.com/string/oneline
Expand All @@ -30,6 +31,10 @@ properties:
default: ''
template:
type: string
template_type:
type: string
enum: [ prepend, append ]
default: append
tasklist:
$ref: https://controlman.repodynamics.com/schema/protocol-data-static
default:
Expand Down

0 comments on commit c17e2f0

Please sign in to comment.