Skip to content

Commit

Permalink
Merge pull request #557 from leancloud/release/3.0
Browse files Browse the repository at this point in the history
release: 3.0
  • Loading branch information
juvenn committed Apr 8, 2024
2 parents 483e3b3 + a0e76ae commit 84cac98
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.0.0] - 2022-11-24

## Change

- Drop support for python 2.7 and 3.5

## Fixed

- Require phone_number when verify sms code
- Pinned urllib3 to 1.x

## [2.9.12] - 2022-11-24

## Fixed
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='leancloud',
version='2.9.12',
version='3.0.0',
description='LeanCloud Python SDK',
url='https://leancloud.cn/',
author='asaka',
Expand All @@ -33,8 +33,8 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.9',
],
keywords='Leancloud SDK',
packages=find_packages(exclude=['docs', 'tests*']),
Expand Down

0 comments on commit 84cac98

Please sign in to comment.