We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cded6 commit 33c6e2bCopy full SHA for 33c6e2b
3 files changed
libraries/client/cloudharness_cli/setup.py
@@ -12,7 +12,7 @@
12
from setuptools import setup, find_packages # noqa: H301
13
14
NAME = "cloudharness-cli"
15
-VERSION = "2.4.0"
+VERSION = "2.5.0"
16
# To install the library, run the following
17
#
18
# python setup.py install
libraries/models/setup.py
@@ -8,7 +8,7 @@
8
HERE = dn(realpath(__file__))
9
10
NAME = "cloudharness_model"
11
REQUIREMENTS = [
"Jinja2 >= 3.1.3",
"oyaml >= 1.0",
tools/deployment-cli-tools/harness-generate
100644
100755
0 commit comments