diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f65c0..23e43b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -dev ---- +0.3.2 (2015-07-29) +------------------ * Fixed the obtaining of a nick from WeeChat. Previously, the nick might have been prefixed with a mode, e.g `@` when the user was an op. Modes are now diff --git a/notify_send.py b/notify_send.py index 77ec527..af2a4b0 100644 --- a/notify_send.py +++ b/notify_send.py @@ -47,7 +47,7 @@ SCRIPT_AUTHOR = 's3rvac' # Version of the script. -SCRIPT_VERSION = '0.3.2 (dev)' +SCRIPT_VERSION = '0.3.2' # License under which the script is distributed. SCRIPT_LICENSE = 'MIT'