diff options
| -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. | 
