From a3ab995eb8b788ba17ea18b54a5db6c25089f193 Mon Sep 17 00:00:00 2001 From: OLUCURIOUS Date: Wed, 16 Nov 2016 22:12:45 +0100 Subject: [PATCH] updated README.rst, body_loc_args support and notify_single_device single response --- pyfcm/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfcm/__meta__.py b/pyfcm/__meta__.py index f06a48e..c586c66 100644 --- a/pyfcm/__meta__.py +++ b/pyfcm/__meta__.py @@ -6,7 +6,7 @@ __summary__ = 'Python client for FCM - Firebase Cloud Messaging (Android & iOS)..' __url__ = 'https://github.com/olucurious/pyfcm' -__version__ = '1.1.4' +__version__ = '1.1.5' __install_requires__ = ['requests']