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+
112## [2.9.12] - 2022-11-24
213
314## Fixed
Original file line number Diff line number Diff line change 2121
2222setup (
2323 name = 'leancloud' ,
24- version = '2.9.12 ' ,
24+ version = '3.0.0 ' ,
2525 description = 'LeanCloud Python SDK' ,
2626 url = 'https://leancloud.cn/' ,
2727 author = 'asaka' ,
3333 'Programming Language :: Python :: 2' ,
3434 'Programming Language :: Python :: 2.7' ,
3535 'Programming Language :: Python :: 3' ,
36- 'Programming Language :: Python :: 3.5' ,
3736 'Programming Language :: Python :: 3.6' ,
37+ 'Programming Language :: Python :: 3.9' ,
3838 ],
3939 keywords = 'Leancloud SDK' ,
4040 packages = find_packages (exclude = ['docs' , 'tests*' ]),
You can’t perform that action at this time.
0 commit comments