Skip to content

Commit 76b4944

Browse files
committed
Removed references to pusher-rest and added note about 0.8 branch
Removing old notice about pusher-rest and 1.0.0 branch
1 parent 957b549 commit 76b4944

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Travis-CI](https://travis-ci.org/pusher/pusher-http-python.svg)
44

5-
The new Python library for interacting with the Pusher HTTP API. This version, 1.x.x, is a major breaking change from versions <= 0.8.
5+
The new Python library for interacting with the Pusher HTTP API. This version, 1.x.x, is a major breaking change from versions <= 0.8. Version 0.8 can be found on the [0.8 branch](https://github.com/pusher/pusher-http-python/tree/0.8).
66

77
This package lets you trigger events to your client and query the state of your Pusher channels. When used with a server, you can validate Pusher webhooks and authenticate private- or presence-channels.
88

@@ -44,8 +44,6 @@ normally `easy_install` or `pip`. For example:
4444
pip install pusher
4545
```
4646

47-
**Note: When 1.0 is reached `pusher-rest` will no longer be updated. Instead `pusher` should be used**
48-
4947
Getting started
5048
---------------
5149

0 commit comments

Comments
 (0)