Skip to content

Commit 33c6e2b

Browse files
committed
bumping versions up
1 parent 60cded6 commit 33c6e2b

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

libraries/client/cloudharness_cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages # noqa: H301
1313

1414
NAME = "cloudharness-cli"
15-
VERSION = "2.4.0"
15+
VERSION = "2.5.0"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install

libraries/models/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
HERE = dn(realpath(__file__))
99

1010
NAME = "cloudharness_model"
11-
VERSION = "2.4.0"
11+
VERSION = "2.5.0"
1212
REQUIREMENTS = [
1313
"Jinja2 >= 3.1.3",
1414
"oyaml >= 1.0",

tools/deployment-cli-tools/harness-generate

100644100755
File mode changed.

0 commit comments

Comments
 (0)