Skip to content

Commit 736aa7a

Browse files
committed
bump to ver 2.0.0.post1
1 parent 29a42fc commit 736aa7a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASENOTE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# RELEASE NOTE
22

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+
310
## release 日期:2022-05-20
411

512
v2.0.0 release

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages # noqa: H301
1414

1515
NAME = "cloudtower-sdk"
16-
VERSION = "2.0.0"
16+
VERSION = "2.0.0.post1"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

0 commit comments

Comments
 (0)