Skip to content

Commit 8d07de2

Browse files
committed
update version
1 parent aecef3c commit 8d07de2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/redisenterprise/HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
33
Release History
44
===============
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+
58
1.3.0
69
- Added a new required property: PublicNetworkAccess for Cluster.
710
- Updated the default value of AccessKeysAuthentication property for Database to 'Disabled'.

src/redisenterprise/setup.py

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

1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.3.0'
13+
VERSION = '1.3.1'
1414

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

0 commit comments

Comments
 (0)