From eaa1c3a7866f2f3e001736a4f19c723c1850affb Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 18 Jan 2025 17:01:38 +0100 Subject: [PATCH] v3.4.1 --- README.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cc05030..2732b26 100644 --- a/README.rst +++ b/README.rst @@ -620,6 +620,10 @@ To release new versions, Changelog --------- +- v3.4.1 + + - Improve Alarm documentation + - v3.4.0 - Add ``VALARM`` support: Calculate alarm times. See `Issue 186 `_ diff --git a/setup.py b/setup.py index 059bc86..c7f0e3f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ HERE = os.path.abspath(os.path.dirname(__file__)) sys.path.insert(0, HERE) # for package import -__version__ = "3.4.0" +__version__ = "3.4.1" __author__ = "Nicco Kunzmann"