File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,8 @@ Release History
55
661.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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1010from 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
You can’t perform that action at this time.
0 commit comments