We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bb3cd commit 8c49346Copy full SHA for 8c49346
fabric_cf/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "1.7.0rc0"
+__version__ = "1.7.0"
2
__VERSION__ = __version__
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
"swagger-ui-bundle==0.0.9",
28
"PyYAML",
29
"fabric_fss_utils==1.5.1",
30
- "fabric-message-bus==1.7.0rc0",
+ "fabric-message-bus==1.7.0",
31
"fabric-fim==1.7.0",
32
"fabric-credmgr-client==1.6.1",
33
"ansible"
0 commit comments