File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
azext_blueprint/vendored_sdks Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33 Release History
44===============
5+
6+ 1.0.0b2
7+ +++++
8+ * Remove `__import__('pkg_resources').declare_namespace(__name__) ` to fix the namespace package issue.
9+
5101.0.0b1
611+++++
712* Deprecate blueprint commands
Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation. All rights reserved.
33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
5-
6- __import__ ('pkg_resources' ).declare_namespace (__name__ )
Original file line number Diff line number Diff line change 1616
1717# TODO: Confirm this is the right version number you want and it matches your
1818# HISTORY.rst entry.
19- VERSION = '1.0.0b1 '
19+ VERSION = '1.0.0b2 '
2020
2121
2222# The full list of classifiers is available at
You can’t perform that action at this time.
0 commit comments