Skip to content

Commit 266166a

Browse files
committed
update version number
1 parent f588900 commit 266166a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/connectedmachine/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+
1.1.0b2
6+
+++++
7+
* Fix connectedmachine list command and set resource group as optional.
8+
59
1.1.0
610
+++++
711
* Add Pay-as-you-go features. 2024/07/31-preview is used for aaz generation. Migrated to aaz.

src/connectedmachine/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.1.0'
13+
VERSION = '1.1.0b2'
1414
try:
1515
from azext_connectedmachine.manual.version import VERSION
1616
except ImportError:

0 commit comments

Comments
 (0)