diff --git a/RELEASENOTE.md b/RELEASENOTE.md index f3f6a360..64241bb8 100644 --- a/RELEASENOTE.md +++ b/RELEASENOTE.md @@ -1,5 +1,12 @@ # RELEASE NOTE +## release 日期:2022-06-13 + +v2.0.0.post1 release +- bugfix: [Cluster],[ClusterWhereInput]: 修复 `usedMemoryBytes`, `usedCpuUsage` 的数据类型 Long -> Double +- bugfix: [Host],[HostWhereInput]: 修复 `usedMemoryBytes`, `usedCpuUsage`的数据类型 Long -> Double +- bugfix: [Datacenter],[DatacenterWhereInput]: 修复 `usedMemoryBytes`, `usedCpuUsage` 的数据类型 Long -> Double + ## release 日期:2022-05-20 v2.0.0 release diff --git a/setup.py b/setup.py index d27cbbea..e957afc4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "cloudtower-sdk" -VERSION = "2.0.0" +VERSION = "2.0.0.post1" # To install the library, run the following # # python setup.py install