aboutsummaryrefslogtreecommitdiffstats
path: root/Pubnub.py
diff options
context:
space:
mode:
authorDevendra2014-06-25 09:59:04 +0530
committerDevendra2014-06-25 09:59:04 +0530
commit1f98c4087f09bf4384be71319b93dedf72d3acdf (patch)
tree0aae9b4f4712bd7ae2ccc786d92a8e63cda79651 /Pubnub.py
parent0fb857c8faf7de9e868690f6af163e29de753a96 (diff)
downloadpubnub-python-1f98c4087f09bf4384be71319b93dedf72d3acdf.tar.bz2
[#73749994 develop python] bumping revision
Diffstat (limited to 'Pubnub.py')
-rw-r--r--Pubnub.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pubnub.py b/Pubnub.py
index fc73811..ef857d2 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -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
## -----------------------------------
@@ -218,7 +218,7 @@ class PubnubBase(object):
"""
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