We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcd5ed commit 37b1a15Copy full SHA for 37b1a15
2 files changed
changelog
@@ -1,3 +1,7 @@
1
+## [2.8.1] - 2020-10-21
2
+### Changed
3
+- Remove deprecated internal interface invocation when saving external files.
4
+
5
## [2.8.0] - 2020-07-15
6
### Added
7
- `request_change_phone_number` and `change_phone_number` to verify mobile number *before* updating it.
setup.py
@@ -26,7 +26,7 @@
26
27
setup(
28
name='leancloud',
29
- version='2.8.0',
+ version='2.8.1',
30
description='LeanCloud Python SDK',
31
url='https://leancloud.cn/',
32
author='asaka',
0 commit comments