diff --git a/_build/debian/changelog b/_build/debian/changelog index 111bf8d..177865f 100644 --- a/_build/debian/changelog +++ b/_build/debian/changelog @@ -1,3 +1,10 @@ +cron-notify (1.0.5-1) unstable; urgency=low + + * Replace reserved word "async" for Python 3.7+ compatibility + * Force running `cron-notify` with Python 3 + +-- Daniel Rudolf Thu, 02 Sep 2021 17:14:42 +0200 + cron-notify (1.0.4-1) unstable; urgency=low * Properly remove DBus battery signal diff --git a/cron_notify.py b/cron_notify.py index 73d531b..63698e1 100644 --- a/cron_notify.py +++ b/cron_notify.py @@ -16,7 +16,7 @@ this program. If not, see . """ -__version__ = "1.0.4" +__version__ = "1.0.5" __copyright__ = "Copyright (C) 2016-2021 Daniel Rudolf" __license__ = "GPL-3"