diff options
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | Pubnub.py | 4 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | VERSION | 2 |
4 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +3.5.1 - 6-17-14 +. Added subscribe_sync method +. renamed pres_uuid argument for Pubnub constructor to uuid + 3.5.0 - 6-16-14 New version! Complete re-write! . Async subscribe allows for MX, unsubscribe calls @@ -7,7 +7,7 @@ ## http://www.pubnub.com/ ## ----------------------------------- -## PubNub 3.5.0 Real-time Push Cloud API +## PubNub 3.5.1 Real-time Push Cloud API ## ----------------------------------- @@ -218,7 +218,7 @@ class PubnubBase(object): """ self.origin = origin - self.version = '3.5.0' + self.version = '3.5.1' self.limit = 1800 self.publish_key = publish_key self.subscribe_key = subscribe_key @@ -5,7 +5,7 @@ ## Installation ``` -pip install pubnub==3.5.0 +pip install pubnub==3.5.1 ``` Examples and instructions for the SDK are available in their acompanying README.md, migration.md and examples directories under their specific platform directories: @@ -1 +1 @@ -3.5.0 +3.5.1 |
