diff options
| author | Devendra | 2014-12-30 01:18:52 +0530 |
|---|---|---|
| committer | Devendra | 2014-12-30 01:18:52 +0530 |
| commit | c5823985237dbe649236b962fce36023e534af00 (patch) | |
| tree | b8612ac48fa89d2aa60426789aa4ce0415ad9ae5 | |
| parent | 76d602aa1a3cb5301f53596d3a7d13cb29e0fac2 (diff) | |
| download | pubnub-python-c5823985237dbe649236b962fce36023e534af00.tar.bz2 | |
version change
| -rw-r--r-- | Pubnub.py | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/source/conf.py | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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. |
