Skip to content

Commit

Permalink
Release version 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rvac committed Nov 27, 2016
1 parent de907a1 commit 0fc3277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
dev
---

* -

0.7 (2016-11-27)
----------------

* Notifications are transient by default. That is, when a notification expires
or is dismissed, it is removed from the notification bar. To disable this
behavior, set the `plugins.var.python.notify_send.transient` configuration
Expand Down
2 changes: 1 addition & 1 deletion notify_send.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
SCRIPT_AUTHOR = 's3rvac'

# Version of the script.
SCRIPT_VERSION = '0.7 (dev)'
SCRIPT_VERSION = '0.7'

# License under which the script is distributed.
SCRIPT_LICENSE = 'MIT'
Expand Down

0 comments on commit 0fc3277

Please sign in to comment.