Skip to content

Commit 914047a

Browse files
Copilotserbrech
andcommitted
Update version to 1.6.1 and add changelog entry for --stages argument enhancement
Co-authored-by: serbrech <315853+serbrech@users.noreply.github.com>
1 parent 707b1a9 commit 914047a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/fleet/HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,8 @@ Release History
126126

127127
1.5.2
128128
++++++
129-
* Bug fix for `az fleet create --enable-hub --enable-private-cluster` argument
129+
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# TODO: Confirm this is the right version number you want and it matches your
1818
# HISTORY.rst entry.
19-
VERSION = '1.5.2'
19+
VERSION = '1.6.1'
2020

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

0 commit comments

Comments
 (0)