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: 1 addition & 4 deletions src/devcenter/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = '7.0.0'
VERSION = '6.1.0'
try:
from azext_devcenter.manual.version import VERSION
except ImportError:
Expand Down