From 0b31700aaaf7d7e02bb9ed60f486be47018fda33 Mon Sep 17 00:00:00 2001 From: Seth Hollandsworth Date: Fri, 15 Dec 2023 17:16:05 -0500 Subject: [PATCH] updating docs to include new genpolicy info --- src/confcom/HISTORY.rst | 4 ++++ src/confcom/azext_confcom/data/internal_config.json | 2 +- src/confcom/setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/confcom/HISTORY.rst b/src/confcom/HISTORY.rst index 472669adcd1..b8f1fc177e4 100644 --- a/src/confcom/HISTORY.rst +++ b/src/confcom/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +0.3.2 +++++++ +* updating genpolicy version to allow for topologySpreadConstraints, version genpolicy-0.6.2-2 + 0.3.1 ++++++ * removing unneeded print statement diff --git a/src/confcom/azext_confcom/data/internal_config.json b/src/confcom/azext_confcom/data/internal_config.json index 180906a96b7..2849cfe2937 100644 --- a/src/confcom/azext_confcom/data/internal_config.json +++ b/src/confcom/azext_confcom/data/internal_config.json @@ -1,5 +1,5 @@ { - "version": "0.3.1", + "version": "0.3.2", "hcsshim_config": { "maxVersion": "1.0.0", "minVersion": "0.0.1" diff --git a/src/confcom/setup.py b/src/confcom/setup.py index 0cf1c6d6d99..0806c17c810 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -18,7 +18,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = "0.3.1" +VERSION = "0.3.2" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers