We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00384b6 commit 7afc8dbCopy full SHA for 7afc8db
3 files changed
changelog
@@ -1,3 +1,7 @@
1
+## [1.2.2] - 2015-07-17
2
+### Updated
3
+- bugfix for save file to qiniu
4
+
5
## [1.2.1] - 2015-07-15
6
### Updated
7
- fixed Object._merge_magic_field bug
leancloud/__init__.py
@@ -25,7 +25,7 @@
25
26
27
__author__ = 'asaka <lan@leancloud.rocks>'
28
-__version__ = '1.2.1'
+__version__ = '1.2.2'
29
30
31
__all__ = [
setup.py
@@ -5,7 +5,7 @@
setup(
name='leancloud-sdk',
8
- version='1.2.1',
+ version='1.2.2',
9
description='LeanCloud Python SDK',
10
11
url='https://leancloud.cn/',
0 commit comments