diff --git a/src/confcom/HISTORY.rst b/src/confcom/HISTORY.rst index 84091709587..0ddace1b0f4 100644 --- a/src/confcom/HISTORY.rst +++ b/src/confcom/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +2.1.1 ++++++ +* Fix NumPy 2.0 compatibility by updating deepdiff dependency to version ~=8.6.1 + 2.1.0 +++++ * Add command for generating container policy definitions from radius application templates diff --git a/src/confcom/setup.py b/src/confcom/setup.py index c96323cc3a6..43e764c95ba 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -19,7 +19,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = "2.1.0" +VERSION = "2.1.1" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers