diff options
| author | Devendra | 2014-06-18 03:00:15 +0530 | 
|---|---|---|
| committer | Devendra | 2014-06-18 03:00:15 +0530 | 
| commit | 302e5024f582c35a53e257dbd0afbb630fac33b3 (patch) | |
| tree | edf4736371f71f70fff17cbea4ef80e06df4f1cb | |
| parent | 0c1fc0de0c8f174eb6a2db9664394262c14b9880 (diff) | |
| download | pubnub-python-302e5024f582c35a53e257dbd0afbb630fac33b3.tar.bz2 | |
bumping version
| -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 | 
