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.
1 parent 2896a12 commit 4640a79Copy full SHA for 4640a79
changelog
@@ -1,4 +1,10 @@
1
-## [3.0.0] - 2022-11-24
+## [3.0.1] - 2024-06-25
2
+
3
+## Fixed
4
5
+- TBD
6
7
+## [3.0.0] - 2024-04-08
8
9
## Change
10
@@ -37,7 +43,7 @@
37
43
### Fixed
38
44
39
45
- created_at and updated_at were missing on LCFile.
40
-- updated_at was missing on new created LCObject.
46
+- updated_at was missing on new created LCObject.
41
47
42
48
## [2.9.8] - 2021-12-10
49
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='leancloud',
25
- version='3.0.0',
+ version='3.0.1',
26
description='LeanCloud Python SDK',
27
url='https://leancloud.cn/',
28
author='asaka',
0 commit comments