From 00e9eff42a8972b65fcee66891d4ebc06a2a8483 Mon Sep 17 00:00:00 2001 From: Cyrill Raccaud Date: Fri, 13 Sep 2024 17:41:15 +0200 Subject: [PATCH] > 1.1.0 --- CHANGELOG.md | 4 ++++ setup.cfg | 2 +- systemctl2mqtt/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e48389..bc9f16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.1.0 + +* Add child pids to metrics + ## 1.0.0 * Initial version. diff --git a/setup.cfg b/setup.cfg index 1482fff..24e6cfe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = systemctl2mqtt -version = 1.0.0 +version = 1.1.0 author = Cyrill Raccaud author_email = cyrill.raccaud+pypi@gmail.com description = Send your systemctl stats and and events to mqtt and discovery them in home assistant. diff --git a/systemctl2mqtt/__init__.py b/systemctl2mqtt/__init__.py index 30eb82d..63fbf57 100644 --- a/systemctl2mqtt/__init__.py +++ b/systemctl2mqtt/__init__.py @@ -1,6 +1,6 @@ """systemctl2mqtt package.""" -__VERSION__ = "1.0.0" +__VERSION__ = "1.1.0" from .const import ( ANSI_ESCAPE,