We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a03bba3 + afe3c90 commit d52d4e8Copy full SHA for d52d4e8
3 files changed
CHANGELOG.md
@@ -6,7 +6,7 @@
6
- Example: 10.2.1.4 is the 5th version that supports khiops 10.2.1.
7
- Internals: Changes in *Internals* sections are unlikely to be of interest for data scientists.
8
9
-## Unreleased
+## 11.0.0.2 - 2026-01-23
10
11
## Fixed
12
- (`core`) Samples dir path construction when HOME is a remote path
khiops/__init__.py
@@ -24,7 +24,7 @@
24
"""
25
from khiops.core.internals.version import KhiopsVersion
26
27
-__version__ = "11.0.0.1"
+__version__ = "11.0.0.2"
28
29
30
def get_compatible_khiops_version():
packaging/conda/meta.yaml
@@ -2,7 +2,7 @@
2
package:
3
name: {{ name }}
4
# The Conda version cannot contain the '-' character, so we eliminate it
5
- version: "11.0.0.1"
+ version: "11.0.0.2"
source:
path: ../../
0 commit comments