From 9b1fcde74007290fc00c0c1da648f3d8afd4d319 Mon Sep 17 00:00:00 2001 From: Jang Rush Date: Wed, 6 May 2020 15:38:38 +0800 Subject: [PATCH] docs: prepare release 2.6.1 --- changelog | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 1ef4313c..83b11a76 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,8 @@ +## [2.6.1] - 2020-05-06 +### Fixed +- HttpsRedirectMiddleware now works with projects not using cloud functions +- regexp escaping issues + ## [2.6.0] - 2020-04-09 ### Added - `_conversationAdded` and `_conversationRemoved` hooks diff --git a/setup.py b/setup.py index b133f121..c6f83062 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='leancloud', - version='2.6.0', + version='2.6.1', description='LeanCloud Python SDK', url='https://leancloud.cn/', author='asaka',