Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jpush-api-python-client
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
jpush-api-python-client
Commits
00f311f3
Commit
00f311f3
authored
Nov 09, 2015
by
hupantingxue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pip version;
parent
77d15999
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CHANGES.txt
CHANGES.txt
+6
-0
__init__.py
jpush/__init__.py
+1
-1
No files found.
CHANGES.txt
View file @
00f311f3
Version 3.1.0
-----------
**Released 2015 Nov 9**
Fix device api some bugs;
Version 3.1.0
-----------
**Released 2015 August 20**
jpush/__init__.py
View file @
00f311f3
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment