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 29a42fc commit 736aa7aCopy full SHA for 736aa7a
RELEASENOTE.md
@@ -1,5 +1,12 @@
1
# RELEASE NOTE
2
3
+## release 日期:2022-06-13
4
+
5
+v2.0.0.post1 release
6
+- bugfix: [Cluster],[ClusterWhereInput]: 修复 `usedMemoryBytes`, `usedCpuUsage` 的数据类型 Long -> Double
7
+- bugfix: [Host],[HostWhereInput]: 修复 `usedMemoryBytes`, `usedCpuUsage`的数据类型 Long -> Double
8
+- bugfix: [Datacenter],[DatacenterWhereInput]: 修复 `usedMemoryBytes`, `usedCpuUsage` 的数据类型 Long -> Double
9
10
## release 日期:2022-05-20
11
12
v2.0.0 release
setup.py
@@ -13,7 +13,7 @@
13
from setuptools import setup, find_packages # noqa: H301
14
15
NAME = "cloudtower-sdk"
16
-VERSION = "2.0.0"
+VERSION = "2.0.0.post1"
17
# To install the library, run the following
18
#
19
# python setup.py install
0 commit comments