From c5823985237dbe649236b962fce36023e534af00 Mon Sep 17 00:00:00 2001 From: Devendra Date: Tue, 30 Dec 2014 01:18:52 +0530 Subject: version change --- Pubnub.py | 2 +- README.md | 2 +- docs/source/conf.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pubnub.py b/Pubnub.py index 1aaacb1..4041c75 100644 --- a/Pubnub.py +++ b/Pubnub.py @@ -286,7 +286,7 @@ class PubnubBase(object): """ self.origin = origin - self.version = '3.5.2' + self.version = '3.5.3' self.limit = 1800 self.publish_key = publish_key self.subscribe_key = subscribe_key diff --git a/README.md b/README.md index 3fd1bec..8fb39f0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Installation ``` -pip install pubnub==3.5.2 +pip install pubnub==3.5.3 ``` 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/docs/source/conf.py b/docs/source/conf.py index 5005157..9586788 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,9 +54,9 @@ copyright = u'2014, PubNub Inc.' # built documents. # # The short X.Y version. -version = '3.5.2' +version = '3.5.3' # The full version, including alpha/beta/rc tags. -release = '3.5.2' +release = '3.5.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3