From d597d8e42459d11e2624ba4f5be092bab9d0d06b Mon Sep 17 00:00:00 2001 From: Yalin Li Date: Mon, 27 Apr 2020 00:16:41 -0700 Subject: [PATCH] [Portal] Add portal generated module init file (#1609) --- src/portal/HISTORY.rst | 2 +- src/portal/azext_portal/generated/__init__.py | 10 ++++++++++ src/portal/setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 src/portal/azext_portal/generated/__init__.py diff --git a/src/portal/HISTORY.rst b/src/portal/HISTORY.rst index 1c139576ba0..10e842bc040 100644 --- a/src/portal/HISTORY.rst +++ b/src/portal/HISTORY.rst @@ -3,6 +3,6 @@ Release History =============== -0.1.0 +0.1.1 ++++++ * Initial release. diff --git a/src/portal/azext_portal/generated/__init__.py b/src/portal/azext_portal/generated/__init__.py new file mode 100644 index 00000000000..59333308532 --- /dev/null +++ b/src/portal/azext_portal/generated/__init__.py @@ -0,0 +1,10 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# 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 Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- diff --git a/src/portal/setup.py b/src/portal/setup.py index d5d78350f42..32e97984c49 100644 --- a/src/portal/setup.py +++ b/src/portal/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.1.0' +VERSION = '0.1.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers