Skip to content

Commit 2788cf1

Browse files
eatkimcheeMike Kennedy (from Dev Box)
andauthored
Update firmwareanalysis to GA status (#9172)
- remove azext.isPreview configuration so docs reflect GA status instead of Preview - bump version to 2.0.1 so we can release the fix Co-authored-by: Mike Kennedy (from Dev Box) <mikekennedy@microsoft.com>
1 parent 5c6e71b commit 2788cf1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/firmwareanalysis/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
2.0.1
7+
+++++
8+
* Fix documentation to reflect GA status
9+
610
2.0.0
711
+++++
812
* Updating version for 2025-08-02 swagger release
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"azext.isPreview": true,
32
"azext.minCliCoreVersion": "2.75.0"
43
}

src/firmwareanalysis/setup.py

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

1111

1212
# HISTORY.rst entry.
13-
VERSION = '2.0.0'
13+
VERSION = '2.0.1'
1414

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

0 commit comments

Comments
 (0)