Skip to content

Commit

Permalink
Version bump to 2.1.0
Browse files Browse the repository at this point in the history
* docs updates
* looser ruamel.yaml requirements
* urgency level for `ntfy done` (including shell integration) on linux
* checking of config params via introspection of backends
* pushjet support (from @schwert)
  • Loading branch information
dschep committed Aug 19, 2016
1 parent 52afe86 commit 484ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntfy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from inspect import getargspec
from .backends.default import DefaultNotifierError

__version__ = '2.0.4'
__version__ = '2.1.0'


notifiers = {'default': None, 'darwin': None, 'linux': None,
Expand Down

0 comments on commit 484ee55

Please sign in to comment.