Skip to content

Commit

Permalink
Bump to 2.2.1! The HackerNews followup release
Browse files Browse the repository at this point in the history
* Simplepush backend (@tymm)
* Fix `ntfy done --pid` regression (@AilisObrian)
* Allow specifying title per-backend in the config
* Notifico! support (@eightnoteight)
* Fix bug with homedir shortening (@eightnoteight)
* Disable homedir shortening on Windows (@avamsi)
* internal cleanup (@avamsi)
* add missing PyObjC dependency for MacOS (@dcoeurjo)
  • Loading branch information
dschep committed Aug 31, 2016
1 parent 976527f commit 59d4b2a
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.1.1'
__version__ = '2.2.0'


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

0 comments on commit 59d4b2a

Please sign in to comment.