aboutsummaryrefslogtreecommitdiffstats
path: root/pubnub.py
diff options
context:
space:
mode:
authorDevendra2015-06-19 00:24:24 +0530
committerDevendra2015-06-19 00:24:24 +0530
commitdf1ed365a2f490b3823fa785818e30c2eecf7dbb (patch)
tree133a0a814c0e5ecf67aafd5e6a58797cd8b01e91 /pubnub.py
parent711144ec12a65a34f2e67d1f8f1e18835b327222 (diff)
downloadpubnub-python-df1ed365a2f490b3823fa785818e30c2eecf7dbb.tar.bz2
version bump
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 a742eb0..6fc9f2a 100644
--- a/pubnub.py
+++ b/pubnub.py
@@ -7,7 +7,7 @@
## http://www.pubnub.com/
## -----------------------------------
-## PubNub 3.7.1 Real-time Push Cloud API
+## PubNub 3.7.2 Real-time Push Cloud API
## -----------------------------------
@@ -293,7 +293,7 @@ class PubnubBase(object):
"""
self.origin = origin
- self.version = '3.7.1'
+ self.version = '3.7.2'
self.limit = 1800
self.publish_key = publish_key
self.subscribe_key = subscribe_key