Skip to content

Commit db469cf

Browse files
updating version number and history
1 parent debbbc0 commit db469cf

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/confcom/HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Release History
66
1.2.3
77
++++++
88
* adding fragment support for VN2
9+
* bugfix for vn2 workload identities
10+
* no longer encouraged to have multiple images in the same tar file
911

1012
1.2.2
1113
++++++

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.2.2",
2+
"version": "1.2.3",
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.2.2"
22+
VERSION = "1.2.3"
2323

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

0 commit comments

Comments
 (0)