aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevendra2014-06-25 09:59:04 +0530
committerDevendra2014-06-25 09:59:04 +0530
commit1f98c4087f09bf4384be71319b93dedf72d3acdf (patch)
tree0aae9b4f4712bd7ae2ccc786d92a8e63cda79651
parent0fb857c8faf7de9e868690f6af163e29de753a96 (diff)
downloadpubnub-python-1f98c4087f09bf4384be71319b93dedf72d3acdf.tar.bz2
[#73749994 develop python] bumping revision
-rw-r--r--Pubnub.py4
-rw-r--r--README.md2
-rw-r--r--VERSION2
-rw-r--r--python/examples/pubnub-console/setup.py4
-rw-r--r--setup.py2
5 files changed, 7 insertions, 7 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
diff --git a/README.md b/README.md
index 576f0f6..3fd1bec 100644
--- a/README.md
+++ b/README.md
@@ -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:
diff --git a/VERSION b/VERSION
index d5c0c99..87ce492 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.1
+3.5.2
diff --git a/python/examples/pubnub-console/setup.py b/python/examples/pubnub-console/setup.py
index a9fa506..474d6d7 100644
--- a/python/examples/pubnub-console/setup.py
+++ b/python/examples/pubnub-console/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='pubnub-console',
- version='3.5.0',
+ version='3.5.1',
description='PubNub Developer Console',
author='Stephen Blum',
author_email='support@pubnub.com',
@@ -19,7 +19,7 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
),
install_requires=[
- 'pubnub>=3.5.0',
+ 'pubnub>=3.5.2',
'cmd2>=0.6.7',
'pygments >= 1.6'
],
diff --git a/setup.py b/setup.py
index e36303f..7d0948f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
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='support@pubnub.com',