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.
2 parents d8e76e5 + 58f5a65 commit 479cd93Copy full SHA for 479cd93
changelog
@@ -1,3 +1,7 @@
1
+## [2.9.2] - 2021-03-05
2
+### Fixed
3
+- Python packaging issue causing installation failure on Python 2.7.
4
+
5
## [2.9.1] - 2021-03-03
6
### Changed
7
- Update dependencies: really support Python 3.9 and drop support for Python 3.5.
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name='leancloud',
23
- version='2.9.1',
+ version='2.9.2',
24
description='LeanCloud Python SDK',
25
url='https://leancloud.cn/',
26
author='asaka',
0 commit comments