Skip to content

Commit ce80ae0

Browse files
committed
🔖 bump version
1 parent faa1a4e commit ce80ae0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.1.2] - 2017-09-26
2+
### Fixed
3+
- unicode encoding error in python2 on CookieSessionMiddleware
4+
15
## [2.1.1] - 2017-09-22
26
### Fixed
37
- unicode encoding error in python2 on leanengine

leancloud/__init__.py

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

4848

4949
__author__ = 'asaka <[email protected]>'
50-
__version__ = '2.1.1'
50+
__version__ = '2.1.2'
5151

5252

5353
__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',
25-
version='2.1.1',
25+
version='2.1.2',
2626
description='LeanCloud Python SDK',
2727
url='https://leancloud.cn/',
2828
author='asaka',

0 commit comments

Comments
 (0)