aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevendra2014-12-30 01:18:52 +0530
committerDevendra2014-12-30 01:18:52 +0530
commitc5823985237dbe649236b962fce36023e534af00 (patch)
treeb8612ac48fa89d2aa60426789aa4ce0415ad9ae5
parent76d602aa1a3cb5301f53596d3a7d13cb29e0fac2 (diff)
downloadpubnub-python-c5823985237dbe649236b962fce36023e534af00.tar.bz2
version change
-rw-r--r--Pubnub.py2
-rw-r--r--README.md2
-rw-r--r--docs/source/conf.py4
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.