Skip to content

Commit

Permalink
Merge pull request #25 from alltilla/template-content-list
Browse files Browse the repository at this point in the history
Add `<template-content-list>` type
  • Loading branch information
alltilla authored Nov 27, 2023
2 parents f780678 + 69e4b44 commit 752fd0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 = "syslog-ng-cfg-helper"
version = "1.6.0"
version = "1.7.0"
description = "Configuration helper for syslog-ng."
authors = ["Attila Szakacs <[email protected]>"]
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions syslog_ng_cfg_helper/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
("string_list", "<string-list>"),
("string_or_number", "<string-or-number>"),
("template_content", "<template-content>"),
("template_content_list", "<template-content-list>"),
("yesno", "<yesno>"),
("yesnoauto", "<yesnoauto>"),
("yesnostrict", "<yesno>"),
Expand Down

0 comments on commit 752fd0b

Please sign in to comment.