Skip to content

Commit 7afc8db

Browse files
committed
update changelog
1 parent 00384b6 commit 7afc8db

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+
## [1.2.2] - 2015-07-17
2+
### Updated
3+
- bugfix for save file to qiniu
4+
15
## [1.2.1] - 2015-07-15
26
### Updated
37
- fixed Object._merge_magic_field bug

leancloud/__init__.py

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

2626

2727
__author__ = 'asaka <lan@leancloud.rocks>'
28-
__version__ = '1.2.1'
28+
__version__ = '1.2.2'
2929

3030

3131
__all__ = [

setup.py

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

66
setup(
77
name='leancloud-sdk',
8-
version='1.2.1',
8+
version='1.2.2',
99
description='LeanCloud Python SDK',
1010

1111
url='https://leancloud.cn/',

0 commit comments

Comments
 (0)