From 484ee5524baec26807469a9772e4ef6b47a6d1b7 Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Fri, 19 Aug 2016 09:53:32 -0400 Subject: [PATCH] Version bump to 2.1.0 * 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) --- ntfy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfy/__init__.py b/ntfy/__init__.py index e1128ac..3511858 100644 --- a/ntfy/__init__.py +++ b/ntfy/__init__.py @@ -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,