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
b0e84253
Commit
b0e84253
authored
Jan 30, 2018
by
Helperhaps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version & add setup.cfg
parent
644fe185
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
__init__.py
jpush/__init__.py
+1
-1
setup.cfg
setup.cfg
+2
-0
No files found.
jpush/__init__.py
View file @
b0e84253
...
@@ -75,7 +75,7 @@ __all__ = [
...
@@ -75,7 +75,7 @@ __all__ = [
schedulepayload
,
schedulepayload
,
]
]
__version__
=
'3.2.
8
'
__version__
=
'3.2.
9
'
VERSION
=
tuple
(
map
(
int
,
__version__
.
split
(
'.'
)))
VERSION
=
tuple
(
map
(
int
,
__version__
.
split
(
'.'
)))
# Silence urllib3 INFO logging by default
# Silence urllib3 INFO logging by default
...
...
setup.cfg
0 → 100644
View file @
b0e84253
[bdist_wheel]
universal = 1
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