Skip to content

Commit 51331b4

Browse files
committed
🔖 release 2.1.9
1 parent 8e5cc3c commit 51331b4

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.9] - 2019-03-11
2+
### Fixed
3+
- Fixed CookieSessionMiddleware.pre_process fail when session_token doesn't exist in Cookies
4+
- Fixed unit test for AVFile
5+
### Added
6+
- LeanCloud API App Router v2 for us-w1 and cn-e1
7+
18
## [2.1.8] - 2017-04-09
29
### Fixed
310
- Fixed requestSmsCode fail when sending international sms

leancloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848

4949
__author__ = 'asaka <lan@leancloud.rocks>'
50-
__version__ = '2.1.8'
50+
__version__ = '2.1.9'
5151

5252

5353
__all__ = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='leancloud',
27-
version='2.1.8',
27+
version='2.1.9',
2828
description='LeanCloud Python SDK',
2929
url='https://leancloud.cn/',
3030
author='asaka',

0 commit comments

Comments
 (0)