From fc16528b70b49e8114b9e6061142ef300f25b5a3 Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Fri, 25 Aug 2017 00:00:18 +0200 Subject: [PATCH] 0.4.4 --- CHANGES.rst | 8 ++++++++ tomodachi/__version__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e265e0e43..1ed2fc194 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changes ======= +0.4.4 (2017-08-25) +------------------ + +- Corrected an issue regarding crontab notation for scheduling function calls + where it didn't parse the upcoming date correctly if both isoweekday and day + part were given. + + 0.4.3 (2017-08-09) ------------------ diff --git a/tomodachi/__version__.py b/tomodachi/__version__.py index 4151654f7..6d7be7593 100644 --- a/tomodachi/__version__.py +++ b/tomodachi/__version__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.3' +__version__ = '0.4.4' if __name__ == "__main__": print(__version__)