Skip to content

Commit 5fbc1ec

Browse files
committed
doc: bump version (#297)
1 parent 6d4bb83 commit 5fbc1ec

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.10.0] - 2017-02-22
2+
### Added
3+
- leancloud.Query#size_equal_to
4+
- leancloud.Query#scan
5+
- allow query leancloud.File
6+
### Fixed
7+
- cookie session middleware typo
8+
19
## [1.9.0] - 2016-12-13
210
### Added
311
- leancloud.Object#save now accept fetch_when_save as keyword parameter

leancloud/__init__.py

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

4141

4242
__author__ = 'asaka <lan@leancloud.rocks>'
43-
__version__ = '1.9.0'
43+
__version__ = '1.10.0'
4444

4545

4646
__all__ = [

setup.py

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

1919
setup(
2020
name='leancloud-sdk',
21-
version='1.9.0',
21+
version='1.10.0',
2222
description='LeanCloud Python SDK',
2323
url='https://leancloud.cn/',
2424
author='asaka',

0 commit comments

Comments
 (0)