We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4683b commit 53a72c5Copy full SHA for 53a72c5
2 files changed
src/serial-console/HISTORY.rst
@@ -1,9 +1,5 @@
1
Release History
2
===============
3
-1.0.0
4
-++++++
5
-* Migrate code from Azure SDK to AAZ based commands for compute operations (VM)
6
-
7
1.0.0b3
8
++++++
9
* Fixed an issue where admin commands were not being sent when the VM was using a custom boot diagnostics storage account.
src/serial-console/setup.py
@@ -16,7 +16,7 @@
16
17
# TODO: Confirm this is the right version number you want and it matches your
18
# HISTORY.rst entry.
19
-VERSION = '1.0.0'
+VERSION = '1.0.0b3'
20
21
# The full list of classifiers is available at
22
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments