diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a53ea3b..f633989d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,6 @@ on: pull_request: paths: - khiops/**.py - - pykhiops/**.py # TODO: Remove for Khiops 11 - tests/**.py - tests/resources/** - '!tests/resources/**.md' diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f35dcc..34f79e3e 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.1 - 2026-01-14 ### Fixed - (General) Automatic Credentials Discovery-based credential retrieval for diff --git a/khiops/__init__.py b/khiops/__init__.py index 39e2d1e5..b18c36c0 100644 --- a/khiops/__init__.py +++ b/khiops/__init__.py @@ -24,7 +24,7 @@ """ from khiops.core.internals.version import KhiopsVersion -__version__ = "11.0.0.0" +__version__ = "11.0.0.1" def get_compatible_khiops_version(): diff --git a/packaging/conda/meta.yaml b/packaging/conda/meta.yaml index 168fdb5a..e871ea9c 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.0" + version: "11.0.0.1" source: path: ../../