diff --git a/src/devcenter/HISTORY.rst b/src/devcenter/HISTORY.rst index 662045da9c3..fdf4b5a24ad 100644 --- a/src/devcenter/HISTORY.rst +++ b/src/devcenter/HISTORY.rst @@ -2,6 +2,11 @@ Release History =============== +6.0.0 +++++++ +* Update control plane API to v2024-05-01-preview +* Update data plane API to v2024-05-01-preview + 5.0.1 ++++++ * Fix bug in "az devcenter dev environment show-logs-by-operation" if logs is not in JSON format diff --git a/src/devcenter/setup.py b/src/devcenter/setup.py index 93055dcc140..8adb14f070e 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 = '5.0.1' +VERSION = '6.0.0' try: from azext_devcenter.manual.version import VERSION except ImportError: