From fc7c2a41449ec4adcaa30b852f82b91a81e6523a Mon Sep 17 00:00:00 2001 From: Petr Zemek Date: Tue, 22 Dec 2015 08:20:43 +0100 Subject: [PATCH] Release version 0.3.4. --- CHANGELOG.md | 4 ++-- notify_send.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f0963..822d679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -dev ---- +0.3.4 (2015-12-22) +------------------ * Fixed occasional messing of the WeeChat screen when assertion messages are emitted by notify-send. diff --git a/notify_send.py b/notify_send.py index d55733b..eefc3da 100644 --- a/notify_send.py +++ b/notify_send.py @@ -48,7 +48,7 @@ SCRIPT_AUTHOR = 's3rvac' # Version of the script. -SCRIPT_VERSION = '0.3.4 (dev)' +SCRIPT_VERSION = '0.3.4' # License under which the script is distributed. SCRIPT_LICENSE = 'MIT'