We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de907a1 commit 0fc3277Copy full SHA for 0fc3277
CHANGELOG.md
@@ -4,6 +4,11 @@ Changelog
4
dev
5
---
6
7
+* -
8
+
9
+0.7 (2016-11-27)
10
+----------------
11
12
* Notifications are transient by default. That is, when a notification expires
13
or is dismissed, it is removed from the notification bar. To disable this
14
behavior, set the `plugins.var.python.notify_send.transient` configuration
notify_send.py
@@ -48,7 +48,7 @@
48
SCRIPT_AUTHOR = 's3rvac'
49
50
# Version of the script.
51
-SCRIPT_VERSION = '0.7 (dev)'
+SCRIPT_VERSION = '0.7'
52
53
# License under which the script is distributed.
54
SCRIPT_LICENSE = 'MIT'
0 commit comments