Skip to content

Commit

Permalink
Bump to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed May 4, 2019
1 parent d13706c commit cffca3c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ If you've created a custom backup script that might be useful for others, please
License & Copyright
-------------------

Copyright (C) 2016-2017 Daniel Rudolf <http://www.daniel-rudolf.de/>
Copyright (C) 2016-2019 Daniel Rudolf <http://www.daniel-rudolf.de/>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License only.

Expand Down
27 changes: 26 additions & 1 deletion _build/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
cron-notify (1.0.3-1) unstable; urgency=low

* Rename default notification action to "Later", default action re-issues notification
* Improve exception logging by logging exc_info
* Add copyright file headers

-- Daniel Rudolf <[email protected]> Sat, 4 May 2019 15:17:14 +0200


cron-notify (1.0.2-1) unstable; urgency=low

* Fix exception logging

-- Daniel Rudolf <[email protected]> Sat, 9 Feb 2019 13:19:14 +0100


cron-notify (1.0.1-1) unstable; urgency=low

* Debianize project
* Fix config file guessing
* Recover borg-notify's behavior executing the command immediately on first run

-- Daniel Rudolf <[email protected]> Mon, 2 Oct 2017 00:52:44 +0200


cron-notify (1.0.0-1) unstable; urgency=low

* Initial release.

-- Daniel Rudolf <[email protected]> Fri, 29 Sep 2017 23:57:34 +0200
-- Daniel Rudolf <[email protected]> Fri, 1 Sep 2017 17:37:04 +0200
4 changes: 2 additions & 2 deletions cron_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
this program. If not, see <http://www.gnu.org/licenses/>.
"""

__version__ = "1.0.0"
__version__ = "1.0.3"

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

import croniter, datetime, dbus, dbus.mainloop.glib, errno, hashlib, logging, os, re, subprocess, sys, threading
Expand Down

0 comments on commit cffca3c

Please sign in to comment.