Skip to content

Commit 719e669

Browse files
committed
Update version and history
1 parent 205bdc7 commit 719e669

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/confcom/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.4.2
7+
++++++
8+
* Update policy model to use pydantic and explicitly declare collections where order doesn't affect function. These fields will serialize in alphabetical order and comparisons will ignore order.
9+
610
1.4.0
711
++++++
812
* Add --with-containers flag to acipolicygen and acifragmentgen to allow passing container policy definitions directly

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.4.1"
22+
VERSION = "1.4.2"
2323

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

0 commit comments

Comments
 (0)