We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8459be commit 704a052Copy full SHA for 704a052
2 files changed
src/spring/HISTORY.md
@@ -1,8 +1,12 @@
1
Release History
2
===============
3
+1.28.3
4
+---
5
+* Fix regression issue caused by the SDK change.
6
+
7
1.28.2
8
---
-* Remove DATA_COSMOS_TABLE and DATA_STORAGE references
9
+* Remove DATA_COSMOS_TABLE and DATA_STORAGE references.
10
11
1.28.1
12
src/spring/setup.py
@@ -16,7 +16,7 @@
16
17
# TODO: Confirm this is the right version number you want and it matches your
18
# HISTORY.rst entry.
19
-VERSION = '1.28.2'
+VERSION = '1.28.3'
20
21
# The full list of classifiers is available at
22
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments