We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6ec20c + 6a793fc commit fdd9673Copy full SHA for fdd9673
changelog
@@ -1,3 +1,7 @@
1
+## [2.4.0] - 2019-12-11
2
+### Added
3
+- creating conversations supports `is_unique`
4
+
5
## [2.3.0] - 2019-12-02
6
### Added
7
- support for Android Key (`LEANCLOUD_APP_ANDX_KEY`) in LeanEngine
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='leancloud',
28
- version='2.3.0',
+ version='2.4.0',
29
description='LeanCloud Python SDK',
30
url='https://leancloud.cn/',
31
author='asaka',
0 commit comments