Skip to content

Commit

Permalink
[#73749994 develop python] bumping revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendra committed Jun 25, 2014
1 parent 0fb857c commit 1f98c40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Pubnub.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## http://www.pubnub.com/

## -----------------------------------
## PubNub 3.5.1 Real-time Push Cloud API
## PubNub 3.5.2 Real-time Push Cloud API
## -----------------------------------


Expand Down Expand Up @@ -218,7 +218,7 @@ def __init__(
"""

self.origin = origin
self.version = '3.5.1'
self.version = '3.5.2'
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.1
pip install pubnub==3.5.2
```
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.1
3.5.2
4 changes: 2 additions & 2 deletions python/examples/pubnub-console/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pubnub-console',
version='3.5.0',
version='3.5.1',
description='PubNub Developer Console',
author='Stephen Blum',
author_email='[email protected]',
Expand All @@ -19,7 +19,7 @@
'Topic :: Software Development :: Libraries :: Python Modules',
),
install_requires=[
'pubnub>=3.5.0',
'pubnub>=3.5.2',
'cmd2>=0.6.7',
'pygments >= 1.6'
],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pubnub',
version='3.5.1',
version='3.5.2',
description='PubNub Real-time push service in the cloud',
author='Stephen Blum',
author_email='[email protected]',
Expand Down

0 comments on commit 1f98c40

Please sign in to comment.