We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707b1a9 commit 914047aCopy full SHA for 914047a
src/fleet/HISTORY.rst
@@ -126,4 +126,8 @@ Release History
126
127
1.5.2
128
++++++
129
-* Bug fix for `az fleet create --enable-hub --enable-private-cluster` argument
+* Bug fix for `az fleet create --enable-hub --enable-private-cluster` argument
130
+
131
+1.6.1
132
+++++++
133
+* Modified parameter handling to accept both file paths and inline JSON strings for the --stages argument
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.5.2'
+VERSION = '1.6.1'
20
21
# The full list of classifiers is available at
22
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments