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 072a120 commit fa07a98Copy full SHA for fa07a98
src/fleet/HISTORY.rst
@@ -138,3 +138,7 @@ Release History
138
1.6.1
139
++++++
140
* Modified parameter handling to accept both file paths and inline JSON strings for the --stages argument
141
+
142
+1.6.2
143
+++++++
144
+* Updated help text for new supported member cluster type.
src/fleet/setup.py
@@ -16,7 +16,7 @@
16
17
# TODO: Confirm this is the right version number you want and it matches your
18
# HISTORY.rst entry.
19
-VERSION = '1.6.1'
+VERSION = '1.6.2'
20
21
# The full list of classifiers is available at
22
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments