Skip to content

Commit 8302873

Browse files
CP-9953 Update the dvp-api from 1.8.0.dev0 to 1.8.0 in virtualization-sdk code (#466)
1 parent 8364411 commit 8302873

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PYTHON_SRC = 'src/main/python'
55

66
install_requires = [
7-
"dvp-api == 1.8.0.dev0",
7+
"dvp-api == 1.8.0",
88
"six >= 1.16, < 1.17",
99
]
1010

libs/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
version = version_file.read().strip()
88

99
install_requires = [
10-
"dvp-api == 1.8.0.dev0",
10+
"dvp-api == 1.8.0",
1111
"dvp-common == {}".format(version),
1212
"six >= 1.16, < 1.17",
1313
]

platform/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
version = version_file.read().strip()
88

99
install_requires = [
10-
"dvp-api == 1.8.0.dev0",
10+
"dvp-api == 1.8.0",
1111
"dvp-common == {}".format(version),
1212
"six >= 1.16, < 1.17",
1313
]

0 commit comments

Comments
 (0)