Skip to content

Commit d60664d

Browse files
updating version to 1.1.1 (#8261)
1 parent c621c3c commit d60664d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/confcom/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.1
6+
++++++
7+
* updating dmverity-vhd version with bugfix for empty image layers
8+
59
1.1.0
610
++++++
711
* adding support for image-attached fragments via `acifragmentgen`

src/confcom/azext_confcom/data/internal_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.1.1",
33
"hcsshim_config": {
44
"maxVersion": "1.0.0",
55
"minVersion": "0.0.1"

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 = "1.1.0"
22+
VERSION = "1.1.1"
2323

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

0 commit comments

Comments
 (0)