Skip to content

Commit 9b86575

Browse files
committed
ci: fix
1 parent 95355e7 commit 9b86575

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/blueprint/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
510
1.0.0b1
611
+++++
712
* Deprecate blueprint commands

src/blueprint/azext_blueprint/vendored_sdks/__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/blueprint/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

0 commit comments

Comments
 (0)