From 302e5024f582c35a53e257dbd0afbb630fac33b3 Mon Sep 17 00:00:00 2001 From: Devendra Date: Wed, 18 Jun 2014 03:00:15 +0530 Subject: bumping version --- CHANGELOG | 4 ++++ Pubnub.py | 4 ++-- README.md | 2 +- VERSION | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cf87ccd..ca8b9c5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/Pubnub.py b/Pubnub.py index 933a139..d725afb 100644 --- a/Pubnub.py +++ b/Pubnub.py @@ -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 diff --git a/README.md b/README.md index 0f9bf01..576f0f6 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/VERSION b/VERSION index 1545d96..d5c0c99 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.0 +3.5.1 -- cgit v1.2.3