Skip to content

Commit 0fc3277

Browse files
committed
Release version 0.7.
1 parent de907a1 commit 0fc3277

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
dev
55
---
66

7+
* -
8+
9+
0.7 (2016-11-27)
10+
----------------
11+
712
* Notifications are transient by default. That is, when a notification expires
813
or is dismissed, it is removed from the notification bar. To disable this
914
behavior, set the `plugins.var.python.notify_send.transient` configuration

notify_send.py

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

5050
# Version of the script.
51-
SCRIPT_VERSION = '0.7 (dev)'
51+
SCRIPT_VERSION = '0.7'
5252

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

0 commit comments

Comments
 (0)