Skip to content

Commit b46d026

Browse files
author
REDMOND\japras
committed
Revert the changes to setup.py and HISTORY.rst
1 parent c65ef9a commit b46d026

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/k8s-extension/HISTORY.rst

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

6-
1.8.0
7-
+++++++++++++++++++
8-
* Migrate Extensions api-version to 2025-03-01
9-
106
1.7.0
117
+++++++++++++++++++
128
* Added the `az k8s-extension troubleshoot` command to simplify log collection and diagnostics for extensions.

src/k8s-extension/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"oras==0.2.25",
3636
]
3737

38-
VERSION = "1.8.0"
38+
VERSION = "1.7.0"
3939

4040
with open("README.rst", "r", encoding="utf-8") as f:
4141
README = f.read()

0 commit comments

Comments
 (0)