Skip to content

Commit b86c1c6

Browse files
authored
Show the extension reference doc (#9113)
* Show the extension reference doc * update * Bump version number to 1.28.3
1 parent 7548688 commit b86c1c6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/spring/HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Release History
22
===============
3+
1.28.3
4+
---
5+
* Update Azure Spring Apps reference doc.
6+
37
1.28.2
48
---
59
* Remove DATA_COSMOS_TABLE and DATA_STORAGE references

src/spring/azext_spring/_breaking_change.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from azure.cli.core.breaking_change import register_command_group_deprecate
77

88
# https://aka.ms/asaretirement
9-
register_command_group_deprecate('spring', target_version='Mar 2028', hide=True)
9+
register_command_group_deprecate('spring', target_version='Mar 2028')

src/spring/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# TODO: Confirm this is the right version number you want and it matches your
1818
# HISTORY.rst entry.
19-
VERSION = '1.28.2'
19+
VERSION = '1.28.3'
2020

2121
# The full list of classifiers is available at
2222
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)