forked from pubnub/python
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#73749994 develop python] bumping revision
- Loading branch information
Devendra
committed
Jun 25, 2014
1 parent
0fb857c
commit 1f98c40
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.5.1 | ||
3.5.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|
@@ -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' | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|