Skip to content

Commit 337ffe4

Browse files
committed
Add history
1 parent 34db00e commit 337ffe4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/vme/HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ Release History
55

66
1.0.0b1
77
++++++
8-
* Initial release.
8+
* Initial release.
9+
10+
1.0.0b2
11+
++++++
12+
* Add new 'az vme list' command to list all version managed extensions.

src/vme/azext_vme/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def check_and_enable_bundle_feature_flag(
162162

163163
call_subprocess_raise_output(command)
164164

165-
# Wait for the feature flag to be enabled on the dp side
165+
# Wait for the feature flag to be enabled on the dp side.
166166
time.sleep(30)
167167
print("Enabled the bundle feature flag successfully.")
168168

src/vme/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.0.1b1'
13+
VERSION = '1.0.0b2'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)