We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3aef9 commit 65c65b4Copy full SHA for 65c65b4
2 files changed
changelog
@@ -1,3 +1,12 @@
1
+## [2.2.0] - 2019-10-24
2
+### Added
3
+- _clientOnline and _clientOffline hooks
4
+### Fixed
5
+- fix _merge_metadata by @jinke18
6
+- typo in object_.get parameter
7
+
8
9
10
## [2.1.14] - 2019-07-05
11
### Fixed
12
- dependency issues with requests and werkzeug
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='leancloud',
28
- version='2.1.14',
+ version='2.2.0',
29
description='LeanCloud Python SDK',
30
url='https://leancloud.cn/',
31
author='asaka',
0 commit comments