Skip to content

Commit ff4788d

Browse files
authored
Merge pull request QualiSystems#86 from QualiSystems/develop
Merge dev to master for 1.3.0 release
2 parents 7b35224 + 4b50227 commit ff4788d

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ python:
55
install:
66
- pip install -r external_requirements.txt --extra-index-url https://pypi.python.org/simple
77
- pip install -r test_requirements.txt --extra-index-url https://pypi.python.org/simple
8-
- pip install "cloudshell-shell-core>=2.2.0,<2.3.0" --extra-index-url https://testpypi.python.org/simple
9-
- pip install "cloudshell-automation-api>=8.0.0.0,<8.1.0.0" --extra-index-url https://testpypi.python.org/simple
8+
- pip install "cloudshell-shell-core>=3.1.0,<3.2.0" --extra-index-url https://testpypi.python.org/simple
9+
- pip install "cloudshell-automation-api>=8.2.0.0,<8.2.1.0" --extra-index-url https://testpypi.python.org/simple
1010

1111
script:
1212
- pushd package
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cloudshell-shell-core>=2.2.0,<2.3.0
2-
cloudshell-cm-ansible>=1.2.0,<1.3.0
1+
cloudshell-shell-core>=3.1.0,<3.2.0
2+
cloudshell-cm-ansible>=1.3.0,<1.4.0

drivers/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

package/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
cloudshell-automation-api>=8.0.0.0,<8.1.0.0
2-
cloudshell-shell-core>=2.2.0,<2.3.0
1+
cloudshell-automation-api>=8.2.0.0,<8.2.1.0
2+
cloudshell-shell-core>=3.1.0,<3.2.0
33
requests
44
pywinrm==0.2.2
55
paramiko==2.1.2

package/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

0 commit comments

Comments
 (0)