File tree Expand file tree Collapse file tree
azext_quantum/vendored_sdks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 Release History
44===============
55
6+ 1.0.0b11
7+ +++++++++++++++
8+ * Remove `__import__('pkg_resources').declare_namespace(__name__) ` to fix the namespace package issue.
9+
6101.0.0b10
711++++++
812* Fixed broken dependency on blob_data_service_factory and replaced with vendored_sdk for azure_storage_blob
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 1717# This version should match the latest entry in HISTORY.rst
1818# Also, when updating this, please review the version used by the extension to
1919# submit requests, which can be found at './azext_quantum/__init__.py'
20- VERSION = '1.0.0b10 '
20+ VERSION = '1.0.0b11 '
2121
2222# The full list of classifiers is available at
2323# https://pypi.python.org/pypi?%3Aaction=list_classifiers
You can’t perform that action at this time.
0 commit comments