Skip to content

Commit 8889074

Browse files
committed
[confcom] Make the to-be-released version 2.0.0b1 instead of an actual 2.0.0
Suggested-by: Ken Gordon <kegordo@microsoft.com>
1 parent a8acdb9 commit 8889074

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/confcom/HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release History
44
===============
55

6-
2.0.0
6+
2.0.0b1
77
+++++
88
* Add Windows container support with CIM-based layer hashing
99
* Support for mounted_cim field in security policies for Windows containers
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"azext.minCliCoreVersion": "2.26.2"
3-
}
2+
"azext.minCliCoreVersion": "2.26.2",
3+
"azext.isPreview": true
4+
}

src/confcom/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
logger.warn("Wheel is not available, disabling bdist_wheel hook")
2121

22-
VERSION = "2.0.0"
22+
VERSION = "2.0.0b1"
2323

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

0 commit comments

Comments
 (0)