We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644fe18 commit b0e8425Copy full SHA for b0e8425
jpush/__init__.py
@@ -75,7 +75,7 @@
75
schedulepayload,
76
]
77
78
-__version__ = '3.2.8'
+__version__ = '3.2.9'
79
VERSION = tuple(map(int, __version__.split('.')))
80
81
# Silence urllib3 INFO logging by default
setup.cfg
@@ -0,0 +1,2 @@
1
+[bdist_wheel]
2
+universal = 1
0 commit comments