We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35d4d4d + 23acd97 commit 5211b5eCopy full SHA for 5211b5e
changelog
@@ -1,3 +1,7 @@
1
+## [2.6.0] - 2020-04-09
2
+### Added
3
+- `_conversationAdded` and `_conversationRemoved` hooks
4
+
5
## [2.5.1] - 2020-03-10
6
### Fixed
7
- dependency issues with werkzeug
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='leancloud',
28
- version='2.5.1',
+ version='2.6.0',
29
description='LeanCloud Python SDK',
30
url='https://leancloud.cn/',
31
author='asaka',
0 commit comments