Skip to content

Commit 31f0021

Browse files
committed
1.4-rc1
1 parent c8e74f2 commit 31f0021

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ pusher.trigger_batch([
152152

153153
## Push Notifications (BETA)
154154

155-
Pusher now allows sending native notifications to iOS and Android devices. Check out the [documentation](https://pusher.com/docs/push_notifications) for information on how to set up push notifications on Android and iOS. There is no additional setup required to use it with this library. It works out of the box wit the same Pusher instance. All you need are the same pusher credentials.
155+
Pusher now allows sending native notifications to iOS and Android devices. Check out the [documentation](https://pusher.com/docs/push_notifications) for information on how to set up push notifications on Android and iOS. There is no additional setup required to use it with this library. It works out of the box wit the same Pusher instance. All you need are the same pusher credentials. To install the release candidate:
156+
157+
$ pip install pusher==1.4rc1
156158

157159
### Sending native pushes
158160

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33
setup(
44
name='pusher',
5-
version='1.3.0',
5+
version='1.4rc1',
66
description='A Python library to interract with the Pusher API',
77
url='https://github.com/pusher/pusher-http-python',
88
author='Pusher',

0 commit comments

Comments
 (0)