We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca5473f + 5b181ea commit a4b5ebaCopy full SHA for a4b5eba
CHANGELOG.txt
@@ -1,4 +1,5 @@
1
releases:
2
+ v0.0.125: Bump cfy lint package version for upstream networkx dependency.
3
v0.0.124: modify iso support
4
v0.0.123: Tag packaging.
5
v0.0.122: add deprecation_warning decorator.
cloudify_common_sdk/__version__.py
@@ -1 +1 @@
-version = '0.0.124'
+version = '0.0.125'
setup.py
@@ -58,7 +58,7 @@ def get_version():
58
'xmltodict', # rest
59
"gitdb>=0.6.4", # shared download resource
60
"GitPython", # shared download resource
61
- "cfy-lint>=0.0.31",
+ "cfy-lint>=0.0.34",
62
'psutil',
63
'packaging>=17.1,<=21.3',
64
'kubernetes==v26.1.0',
0 commit comments