We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c164819 commit cb11392Copy full SHA for cb11392
CHANGELOG.md
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-dev
5
----
+0.3.2 (2015-07-29)
+------------------
6
7
* Fixed the obtaining of a nick from WeeChat. Previously, the nick might have
8
been prefixed with a mode, e.g `@` when the user was an op. Modes are now
notify_send.py
@@ -47,7 +47,7 @@
47
SCRIPT_AUTHOR = 's3rvac'
48
49
# Version of the script.
50
-SCRIPT_VERSION = '0.3.2 (dev)'
+SCRIPT_VERSION = '0.3.2'
51
52
# License under which the script is distributed.
53
SCRIPT_LICENSE = 'MIT'
0 commit comments