File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [3.0.0] - 2022-11-24
2
+
3
+ ## Change
4
+
5
+ - Drop support for python 2.7 and 3.5
6
+
7
+ ## Fixed
8
+
9
+ - Require phone_number when verify sms code
10
+ - Pinned urllib3 to 1.x
11
+
1
12
## [2.9.12] - 2022-11-24
2
13
3
14
## Fixed
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = 'leancloud' ,
24
- version = '2.9.12 ' ,
24
+ version = '3.0.0 ' ,
25
25
description = 'LeanCloud Python SDK' ,
26
26
url = 'https://leancloud.cn/' ,
27
27
author = 'asaka' ,
33
33
'Programming Language :: Python :: 2' ,
34
34
'Programming Language :: Python :: 2.7' ,
35
35
'Programming Language :: Python :: 3' ,
36
- 'Programming Language :: Python :: 3.5' ,
37
36
'Programming Language :: Python :: 3.6' ,
37
+ 'Programming Language :: Python :: 3.9' ,
38
38
],
39
39
keywords = 'Leancloud SDK' ,
40
40
packages = find_packages (exclude = ['docs' , 'tests*' ]),
You can’t perform that action at this time.
0 commit comments