Skip to content

Commit 84cac98

Browse files
authored
Merge pull request #557 from leancloud/release/3.0
release: 3.0
2 parents 483e3b3 + a0e76ae commit 84cac98

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
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',
@@ -33,8 +33,8 @@
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*']),

0 commit comments

Comments
 (0)