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"