Skip to content

Commit 6bdd36a

Browse files
author
Bavneet Singh
committed
test
1 parent 5658616 commit 6bdd36a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/connectedk8s/azext_connectedk8s/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def load_arguments(self: Connectedk8sCommandsLoader, _: CLICommand) -> None:
6969
c.argument(
7070
"cluster_name",
7171
options_list=["--name", "-n"],
72-
help="The name of the connected cluster.",
72+
help="The name of the connected clusters.",
7373
)
7474
c.argument(
7575
"kube_config",

src/connectedk8s/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# TODO: Confirm this is the right version number you want and it matches your
1414
# HISTORY.rst entry.
1515

16-
VERSION = "1.10.4"
16+
VERSION = "1.10.5"
1717

1818
# The full list of classifiers is available at
1919
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)