From 37b1a1553dc97138f738e067247498b6127f2bfd Mon Sep 17 00:00:00 2001 From: Jang Rush Date: Tue, 20 Oct 2020 19:17:21 +0800 Subject: [PATCH] docs: release notes of 2.8.1 --- changelog | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 2e4ee8d..367468b 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +## [2.8.1] - 2020-10-21 +### Changed +- Remove deprecated internal interface invocation when saving external files. + ## [2.8.0] - 2020-07-15 ### Added - `request_change_phone_number` and `change_phone_number` to verify mobile number *before* updating it. diff --git a/setup.py b/setup.py index 643e955..8a1322f 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='leancloud', - version='2.8.0', + version='2.8.1', description='LeanCloud Python SDK', url='https://leancloud.cn/', author='asaka',