Skip to content

Commit

Permalink
🔖 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Sep 22, 2017
1 parent 1add70f commit c99439c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.1.1] - 2017-09-22
### Fixed
- unicode encoding error in python2 on leanengine

## [2.1.0] - 2017-09-21
### Added
- leancloud.Status class
Expand Down
2 changes: 1 addition & 1 deletion leancloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


__author__ = 'asaka <[email protected]>'
__version__ = '2.1.0'
__version__ = '2.1.1'


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='leancloud',
version='2.1.0',
version='2.1.1',
description='LeanCloud Python SDK',
url='https://leancloud.cn/',
author='asaka',
Expand Down

0 comments on commit c99439c

Please sign in to comment.