Skip to content

Commit

Permalink
Bump to version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Nov 1, 2024
1 parent d8fec25 commit eade113
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
cron-notify Changelog
=====================

Version 1.0.6
-------------

Released: 2024-11-01

```
* Fix Python 3.12 deprecations
* Update Debian build script
* Reference Arch Linux AUR package
* Refactor changelog
```

Version 1.0.5
-------------

Expand Down
2 changes: 1 addition & 1 deletion cron_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
this program. If not, see <http://www.gnu.org/licenses/>.
"""

__version__ = "1.0.5"
__version__ = "1.0.6"

__copyright__ = "Copyright (C) 2016-2024 Daniel Rudolf"
__license__ = "GPL-3"
Expand Down

0 comments on commit eade113

Please sign in to comment.