Skip to content

Commit c8c252d

Browse files
committed
fix package issue
1 parent 4670ade commit c8c252d

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/aosm/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
2.0.0b5
6+
++++++++
7+
* Remove `__import__('pkg_resources').declare_namespace(__name__)` from `vendored_sdks/azure_storagev2/__init__.py`` to fix the namespace package issue.
8+
59
2.0.0b4
610
++++++++
711
* Fixing the unauthorized error when publishing to ACR

src/aosm/azext_aosm/vendored_sdks/azure_storagev2/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
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__)

src/aosm/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Confirm this is the right version number you want and it matches your
1919
# HISTORY.rst entry.
20-
VERSION = "2.0.0b4"
20+
VERSION = "2.0.0b5"
2121

2222

2323
# The full list of classifiers is available at

0 commit comments

Comments
 (0)