diff --git a/CHANGELOG.md b/CHANGELOG.md index a56582e4..0ba6e960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Example: 10.2.1.4 is the 5th version that supports khiops 10.2.1. - Internals: Changes in *Internals* sections are unlikely to be of interest for data scientists. -## Unreleased +## 11.0.0.2 - 2026-01-23 ## Fixed - (`core`) Samples dir path construction when HOME is a remote path diff --git a/khiops/__init__.py b/khiops/__init__.py index b18c36c0..71cdec38 100644 --- a/khiops/__init__.py +++ b/khiops/__init__.py @@ -24,7 +24,7 @@ """ from khiops.core.internals.version import KhiopsVersion -__version__ = "11.0.0.1" +__version__ = "11.0.0.2" def get_compatible_khiops_version(): diff --git a/packaging/conda/meta.yaml b/packaging/conda/meta.yaml index 3f832785..101efa79 100644 --- a/packaging/conda/meta.yaml +++ b/packaging/conda/meta.yaml @@ -2,7 +2,7 @@ package: name: {{ name }} # The Conda version cannot contain the '-' character, so we eliminate it - version: "11.0.0.1" + version: "11.0.0.2" source: path: ../../