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__)