Skip to content

Commit

Permalink
Release version 0.0.0.dev336
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 22, 2024
1 parent 3cdca2c commit 7e90454
Show file tree
Hide file tree
Showing 2 changed files with 2 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.dev335"
version = "0.0.0.dev336"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
2 changes: 1 addition & 1 deletion src/controlman/_data/schema/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2549,7 +2549,7 @@ properties:
| ---------- | -------- | -------------------------------- | ----------------------------------------------------- |
template: |
{%- macro make_entry(actor, description) -%}
| {{ now.strftime("%Y.%m.%d") }} | {{ now.strftime("%H:%M:%S") }} | {{ actor | ljust(32) }} | {{ description | ljust(53) }} |
| {{ now.strftime("%Y.%m.%d") }} | {{ now.strftime("%H:%M:%S") }} | {{ "{:<32}".format(actor) }} | {{ "{:<53}".format(description) }} |
{%- endmacro -%}
{%- macro make_user(user) -%}
Expand Down

0 comments on commit 7e90454

Please sign in to comment.