diff --git a/src/devcenter/HISTORY.rst b/src/devcenter/HISTORY.rst index 6949bc58d48..1bd085e71bc 100644 --- a/src/devcenter/HISTORY.rst +++ b/src/devcenter/HISTORY.rst @@ -2,12 +2,9 @@ Release History =============== -7.0.0 -++++++ -* Update control plane API to v2024-10-01-preview - 6.1.0 ++++++ +* Update control plane API to v2024-10-01-preview * Update "az devcenter dev environment delete" to include force delete 6.0.1 diff --git a/src/devcenter/setup.py b/src/devcenter/setup.py index a91d8520782..18beab28b01 100644 --- a/src/devcenter/setup.py +++ b/src/devcenter/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages # HISTORY.rst entry. -VERSION = '7.0.0' +VERSION = '6.1.0' try: from azext_devcenter.manual.version import VERSION except ImportError: