Skip to content

Commit

Permalink
- Updated response retrieval, notify_single_device response returns s…
Browse files Browse the repository at this point in the history
…ingle dict while notify_multiple_devices returns a list of dicts

- You can now pass extra argument by passing it as key value in a dictionary as extra_kwargs to any notification sending method you want to use
- It is now possible to send a notification without setting body or content available
  • Loading branch information
olucurious committed Dec 13, 2016
1 parent d6e6f9a commit f6a2a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Links
Updates
-------

- MAJOR API UPDATES (DECEMBER 2016): https://github.com/olucurious/PyFCM/blob/master/README.rst
- MAJOR API UPDATES (DECEMBER 2016): https://github.com/olucurious/PyFCM/releases/tag/1.2.0


Quickstart
Expand Down
2 changes: 1 addition & 1 deletion pyfcm/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__summary__ = 'Python client for FCM - Firebase Cloud Messaging (Android & iOS)..'
__url__ = 'https://github.com/olucurious/pyfcm'

__version__ = '1.2.0'
__version__ = '1.2.0.1'

__install_requires__ = ['requests']

Expand Down

0 comments on commit f6a2a10

Please sign in to comment.