Skip to content

Commit b89a49b

Browse files
authored
Merge pull request #903 from QualiSystems/feature/alex_update_cloudshell_automation_api_version
update cloudshell-automation-api version
2 parents 8f9cfbd + e98ac9f commit b89a49b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
- pip install "cloudshell-core>=2.2.0,<2.3.0" --extra-index-url https://testpypi.python.org/simple
88
- chmod 777 ./cloudshell_shell_core_install.sh
99
- ./cloudshell_shell_core_install.sh
10-
- pip install "cloudshell-automation-api>=8.2.0.0,<8.3.0.0" --extra-index-url https://testpypi.python.org/simple
10+
- pip install "cloudshell-automation-api>=8.3.0.0,<8.3.1.0" --extra-index-url https://testpypi.python.org/simple
1111
language: python
1212
notifications:
1313
webhools: "https://qualisystems.getbadges.io/api/app/webhook/63350e33-4119-49c3-8127-075aaa022926"

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.2.1.0
3+
cloudshell-automation-api>=8.3.0.0,<8.3.1.0
44
cloudshell-shell-core>=3.1.0,<3.2.0
55
pyvmomi==6.5.0
66
jsonpickle==0.9.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cloudshell-core>=2.0.0,<2.1.0
22
cloudshell-cp-vcenter>=1.10.0,<1.11.0
3-
cloudshell-automation-api>=8.2.0.0,<8.2.1.0
3+
cloudshell-automation-api>=8.3.0.0,<8.3.1.0
44
cloudshell-shell-core>=3.1.0,<3.2.0

0 commit comments

Comments
 (0)