Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/devcenter/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/devcenter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down