Commit 00f311f3 authored by hupantingxue's avatar hupantingxue

Update pip version;

parent 77d15999
Version 3.1.0
-----------
**Released 2015 Nov 9**
Fix device api some bugs;
Version 3.1.0
-----------
**Released 2015 August 20**
......@@ -2,7 +2,7 @@
from .core import JPush
from .common import JPushFailure, Unauthorized
__version__ = '3.1.0'
__version__ = '3.1.1'
VERSION = tuple(map(int, __version__.split('.')))
from .push import (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment