Skip to content

Commit 752fd0b

Browse files
authored
Merge pull request #25 from alltilla/template-content-list
Add `<template-content-list>` type
2 parents f780678 + 69e4b44 commit 752fd0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "syslog-ng-cfg-helper"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
description = "Configuration helper for syslog-ng."
55
authors = ["Attila Szakacs <[email protected]>"]
66
readme = "README.md"

syslog_ng_cfg_helper/globals.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
("string_list", "<string-list>"),
99
("string_or_number", "<string-or-number>"),
1010
("template_content", "<template-content>"),
11+
("template_content_list", "<template-content-list>"),
1112
("yesno", "<yesno>"),
1213
("yesnoauto", "<yesnoauto>"),
1314
("yesnostrict", "<yesno>"),

0 commit comments

Comments
 (0)