From a12d162d79da608ce060917752cc410a4a005084 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Pronovici" Date: Sun, 21 Nov 2021 17:08:26 +0000 Subject: [PATCH] Release v0.3.1 --- Changelog | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index a57aa7f..13a523d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +Version 0.3.1 21 Nov 2021 + + * Improvements to systemd service definition. + Version 0.3.0 14 Nov 2021 * Initial public release diff --git a/pyproject.toml b/pyproject.toml index 51d4c12..a40d72b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vplan" -version = "0.3.0" +version = "0.3.1" description = "Vacation plan manager service for SmartThings" authors = ["Kenneth J. Pronovici "] license = "Apache-2.0"