Skip to content

Commit

Permalink
bump to ver 2.0.0.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sczlog committed Jun 13, 2022
1 parent 29a42fc commit 736aa7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 736aa7a

Please sign in to comment.