Skip to content

Commit 3f675e8

Browse files
committed
docs: bumb version
1 parent 415e065 commit 3f675e8

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.13.0] - 2017-08-4
2+
### Added
3+
- leancloud.Engine#wrap
4+
- leancloud.Engine#register
5+
- support leanengine hook key
6+
- add fetch_user param in leancloud.Engine constructor
7+
- support setting expires and max_age in CookieSessionMiddleware
8+
19
## [1.12.0] - 2017-06-05
210
### Added
311
- Captcha related API

leancloud/__init__.py

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

4242

4343
__author__ = 'asaka <lan@leancloud.rocks>'
44-
__version__ = '1.12.0'
44+
__version__ = '1.13.0'
4545

4646

4747
__all__ = [

setup.py

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

2323
setup(
2424
name='leancloud-sdk',
25-
version='1.12.0',
25+
version='1.13.0',
2626
description='LeanCloud Python SDK',
2727
url='https://leancloud.cn/',
2828
author='asaka',

0 commit comments

Comments
 (0)