Skip to content

Commit

Permalink
Release version 0.0.0.dev352
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Nov 8, 2024
1 parent b142454 commit 69a3557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.dev351"
version = "0.0.0.dev352"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
3 changes: 2 additions & 1 deletion src/controlman/_data/schema/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3405,8 +3405,9 @@ properties:
type: object
default: |
#{{
base = get("repo.url.discussions.home")
return {
slug: f"${{ repo.url.discussions.home }}$/new?category={slug}"
slug: f"{base}/new?category={slug}"
for slug in get("discussion.category", {}).keys()
}
}}#
Expand Down

0 comments on commit 69a3557

Please sign in to comment.