Skip to content

Commit

Permalink
Bump to v2.3.0
Browse files Browse the repository at this point in the history
* Instapush support (@giuseongit)
* Slack support (@juanpabloaj)
* Prowl support (@sambrightman)
* Syslog support (@jlesage)
* MacOS & shell-integration bugfixes (@eykd)
  • Loading branch information
dschep committed Sep 14, 2016
1 parent d8d49d4 commit f50bac0
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 @@ -6,7 +6,7 @@
from inspect import getargspec
from .backends.default import DefaultNotifierError

__version__ = '2.2.0'
__version__ = '2.3.0'


notifiers = dict.fromkeys(['default', 'darwin', 'linux', 'notifico',
Expand Down

0 comments on commit f50bac0

Please sign in to comment.