Skip to content

Commit cb11392

Browse files
committed
Release version 0.3.2.
1 parent c164819 commit cb11392

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
dev
5-
---
4+
0.3.2 (2015-07-29)
5+
------------------
66

77
* Fixed the obtaining of a nick from WeeChat. Previously, the nick might have
88
been prefixed with a mode, e.g `@` when the user was an op. Modes are now

notify_send.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
SCRIPT_AUTHOR = 's3rvac'
4848

4949
# Version of the script.
50-
SCRIPT_VERSION = '0.3.2 (dev)'
50+
SCRIPT_VERSION = '0.3.2'
5151

5252
# License under which the script is distributed.
5353
SCRIPT_LICENSE = 'MIT'

0 commit comments

Comments
 (0)