From e4df8d2757c4824e54fd8889b3cc2a688a74bc84 Mon Sep 17 00:00:00 2001 From: Petr Zemek Date: Sun, 10 Sep 2023 10:38:15 +0200 Subject: [PATCH] Release version 0.10. --- CHANGELOG.md | 3 +++ notify_send.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cd25f..d3f9554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Changelog dev --- +0.10 (2023-09-10) +---------------- + - `notify-send` is now called with `--category im.received` ([#27](https://github.com/s3rvac/weechat-notify-send/issues/27)). * Dropped official support for Python 3.5, 3.6, and 3.7. as [they are diff --git a/notify_send.py b/notify_send.py index 63c9dfe..7627492 100644 --- a/notify_send.py +++ b/notify_send.py @@ -50,7 +50,7 @@ SCRIPT_AUTHOR = 's3rvac' # Version of the script. -SCRIPT_VERSION = '0.10 (dev)' +SCRIPT_VERSION = '0.10' # License under which the script is distributed. SCRIPT_LICENSE = 'MIT'