Skip to content

Commit 34e6437

Browse files
committed
Bump to version 1.0.4
1 parent 08c39d0 commit 34e6437

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

_build/debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
cron-notify (1.0.4-1) unstable; urgency=low
2+
3+
* Properly remove DBus battery signal
4+
* Bypass main power check when dismissing the notification
5+
6+
-- Daniel Rudolf <cron-notify@daniel-rudolf.de> Sat, 25 May 2019 21:58:43 +0200
7+
8+
19
cron-notify (1.0.3-1) unstable; urgency=low
210

311
* Rename default notification action to "Later", default action re-issues notification

cron_notify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
this program. If not, see <http://www.gnu.org/licenses/>.
1717
"""
1818

19-
__version__ = "1.0.3"
19+
__version__ = "1.0.4"
2020

2121
__copyright__ = "Copyright (C) 2016-2019 Daniel Rudolf"
2222
__license__ = "GPL-3"

0 commit comments

Comments
 (0)