Skip to content

Commit c99439c

Browse files
committed
🔖 bump version
1 parent 1add70f commit c99439c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

changelog

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

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 <lan@leancloud.rocks>'
50-
__version__ = '2.1.0'
50+
__version__ = '2.1.1'
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.0',
25+
version='2.1.1',
2626
description='LeanCloud Python SDK',
2727
url='https://leancloud.cn/',
2828
author='asaka',

0 commit comments

Comments
 (0)