diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc522b..0916a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.17.0 (March 21, 2024) +======================= + +- Many fixes for the latest conda, conda-build and mamba versions (thanks @mbargull @jaimergp @bamarco @deepsihag) #395 #393 #384 #380 + 0.15.1 (June 21, 2023) ====================== diff --git a/boa/_version.py b/boa/_version.py index 38e234f..33fe256 100644 --- a/boa/_version.py +++ b/boa/_version.py @@ -1,5 +1,5 @@ # Copyright (C) 2021, QuantStack # SPDX-License-Identifier: BSD-3-Clause -version_info = (0, 16, 0) +version_info = (0, 17, 0) __version__ = ".".join(map(str, version_info))