diff --git a/src/spring/HISTORY.md b/src/spring/HISTORY.md index 1b2785a326d..e911edd9bfb 100644 --- a/src/spring/HISTORY.md +++ b/src/spring/HISTORY.md @@ -1,5 +1,9 @@ Release History =============== +1.29.0 +--- +* Show the extension doc. + 1.28.2 --- * Remove DATA_COSMOS_TABLE and DATA_STORAGE references diff --git a/src/spring/azext_spring/_breaking_change.py b/src/spring/azext_spring/_breaking_change.py index 12bd2043bff..4e32e31f62a 100644 --- a/src/spring/azext_spring/_breaking_change.py +++ b/src/spring/azext_spring/_breaking_change.py @@ -6,4 +6,4 @@ from azure.cli.core.breaking_change import register_command_group_deprecate # https://aka.ms/asaretirement -register_command_group_deprecate('spring', target_version='Mar 2028', hide=True) +register_command_group_deprecate('spring', target_version='Mar 2028') diff --git a/src/spring/setup.py b/src/spring/setup.py index f384903808a..e15b6e4ddcc 100644 --- a/src/spring/setup.py +++ b/src/spring/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.28.2' +VERSION = '1.29.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers