From dce3afdadadcac48e5c383aa8653afd8305b03ff Mon Sep 17 00:00:00 2001 From: Amanda Lim Date: Mon, 13 May 2024 17:47:29 -0700 Subject: [PATCH] Update version --- src/devcenter/HISTORY.rst | 5 +++++ src/devcenter/setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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: