Skip to content

Commit 3c6d8d3

Browse files
committed
increased version.
also fixed cloudshell-automation-api requirement to a more correct way from >=8.2.0.0,<8.3.0.0 to >=8.2.0.0,<8.2.1.0 so that we could increase micro version from 8.2.0.100 to 8.2.X.X without the risk of ALL customers updating package.
1 parent f79c867 commit 3c6d8d3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

package/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lxml==3.8.0
22
requests==2.18.4
3-
cloudshell-automation-api>=8.2.0.0,<8.3.0.0
3+
cloudshell-automation-api>=8.2.0.0,<8.2.1.0
44
cloudshell-shell-core>=3.1.0,<3.2.0
55
pyvmomi==6.5.0
66
jsonpickle==0.9.3

package/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cloudshell-core>=2.0.0,<2.1.0
2-
cloudshell-cp-vcenter>=1.9.0,<1.10.0
3-
cloudshell-automation-api>=8.2.0.0,<8.3.0.0
2+
cloudshell-cp-vcenter>=1.10.0,<1.11.0
3+
cloudshell-automation-api>=8.2.0.0,<8.2.1.0
44
cloudshell-shell-core>=3.1.0,<3.2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
cloudshell-shell-core>=3.1.0,<3.2.0
2-
cloudshell-cp-vcenter>=1.9.0,<1.10.0
2+
cloudshell-cp-vcenter>=1.10.0,<1.11.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0

0 commit comments

Comments
 (0)