Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendra committed Dec 29, 2014
1 parent 76d602a commit c582398
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pubnub.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def __init__(
"""

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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# 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.
Expand Down

0 comments on commit c582398

Please sign in to comment.