Skip to content

Commit afd8018

Browse files
author
Zubair Abid
committed
Add version
1 parent 88ff259 commit afd8018

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/dataprotection/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
33
Release History
44
===============
5+
6+
1.7.1
7+
+++++
8+
* `az dataprotection backup-instance restore initialize-for-item-recovery`: Fixed a bug where the command would fail for AKS Scenarios.
9+
510
1.7.0
611
+++++
712
* Added support for Azure Data Lake Storage as a backup datasource.

src/dataprotection/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.7.0'
13+
VERSION = '1.7.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)