Skip to content

Commit

Permalink
{dataprotection} quickfix: making the aaz_operations folder a module (
Browse files Browse the repository at this point in the history
#6372)

* aaz_operations should be a module

* Update history.rst and setup.py for new release

* Update setup.py correctly

---------

Co-authored-by: Zubair Abid <zubairabid@microsoft.com>
  • Loading branch information
zubairabid and Zubair Abid authored Jun 7, 2023
1 parent 6229e12 commit d1f00eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/dataprotection/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============
0.8.2
+++++
* No user-facing updates - quickfix making the `aaz_operations` folder a module.

0.8.1
+++++
* `az dataprotection recovery-point`: Migrated to AAZ-dev-tools
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
#
# Code generated by aaz-dev-tools
# --------------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion src/dataprotection/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '0.8.1'
VERSION = '0.8.2'

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

0 comments on commit d1f00eb

Please sign in to comment.