aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevendra2014-06-18 03:00:15 +0530
committerDevendra2014-06-18 03:00:15 +0530
commit302e5024f582c35a53e257dbd0afbb630fac33b3 (patch)
treeedf4736371f71f70fff17cbea4ef80e06df4f1cb
parent0c1fc0de0c8f174eb6a2db9664394262c14b9880 (diff)
downloadpubnub-python-302e5024f582c35a53e257dbd0afbb630fac33b3.tar.bz2
bumping version
-rw-r--r--CHANGELOG4
-rw-r--r--Pubnub.py4
-rw-r--r--README.md2
-rw-r--r--VERSION2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cf87ccd..ca8b9c5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+3.5.1 - 6-17-14
+. Added subscribe_sync method
+. renamed pres_uuid argument for Pubnub constructor to uuid
+
3.5.0 - 6-16-14
New version! Complete re-write!
. Async subscribe allows for MX, unsubscribe calls
diff --git a/Pubnub.py b/Pubnub.py
index 933a139..d725afb 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -7,7 +7,7 @@
## http://www.pubnub.com/
## -----------------------------------
-## PubNub 3.5.0 Real-time Push Cloud API
+## PubNub 3.5.1 Real-time Push Cloud API
## -----------------------------------
@@ -218,7 +218,7 @@ class PubnubBase(object):
"""
self.origin = origin
- self.version = '3.5.0'
+ self.version = '3.5.1'
self.limit = 1800
self.publish_key = publish_key
self.subscribe_key = subscribe_key
diff --git a/README.md b/README.md
index 0f9bf01..576f0f6 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## Installation
```
-pip install pubnub==3.5.0
+pip install pubnub==3.5.1
```
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/VERSION b/VERSION
index 1545d96..d5c0c99 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.0
+3.5.1