We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecef3c commit 8d07de2Copy full SHA for 8d07de2
src/redisenterprise/HISTORY.rst
@@ -2,6 +2,9 @@
2
3
Release History
4
===============
5
+1.3.1
6
+- Fixed an issue where updating sku from Azure Cache for Enterprise to Azure Managed Redis SKU was not working as expected.
7
+
8
1.3.0
9
- Added a new required property: PublicNetworkAccess for Cluster.
10
- Updated the default value of AccessKeysAuthentication property for Database to 'Disabled'.
src/redisenterprise/setup.py
@@ -10,7 +10,7 @@
11
12
# HISTORY.rst entry.
13
-VERSION = '1.3.0'
+VERSION = '1.3.1'
14
15
# The full list of classifiers is available at
16
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments