Skip to content

Commit 4adafd2

Browse files
Revert version bump to 1.9.0; keep 1.8.0 for upcoming release
1 parent ab7fe01 commit 4adafd2

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/k8s-extension/HISTORY.rst

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

6-
1.9.0
7-
+++++++++++++++++++
8-
* microsoft.virtualnodes: Add new partner extension type CLI customization for Microsoft.virtualnodes.
96
1.8.0
107
+++++++++++++++++++
118
* Migrate Extensions api-version to 2025-03-01

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.9.0"
38+
VERSION = "1.8.0"
3939

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

0 commit comments

Comments
 (0)