From e498e7416236b4f2b2155c794e171f2e5faa801c Mon Sep 17 00:00:00 2001 From: Jang Rush Date: Fri, 10 Dec 2021 19:13:21 +0800 Subject: [PATCH] docs: prepare release 2.9.8 --- changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index cb7f784..bcbd263 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +## [2.9.8] - 2021-12-10 + +### Fixed + +- `url` was missing in included LCFile attribute + ## [2.9.7] - 2021-10-11 ### Fixed diff --git a/setup.py b/setup.py index 42c9413..4c7ac6b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='leancloud', - version='2.9.7', + version='2.9.8', description='LeanCloud Python SDK', url='https://leancloud.cn/', author='asaka',