Skip to content

Commit d52d4e8

Browse files
authored
Merge pull request #538 from KhiopsML/prepare-release-11-0-0-2
Prepare release 11 0 0 2
2 parents a03bba3 + afe3c90 commit d52d4e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Example: 10.2.1.4 is the 5th version that supports khiops 10.2.1.
77
- Internals: Changes in *Internals* sections are unlikely to be of interest for data scientists.
88

9-
## Unreleased
9+
## 11.0.0.2 - 2026-01-23
1010

1111
## Fixed
1212
- (`core`) Samples dir path construction when HOME is a remote path

khiops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"""
2525
from khiops.core.internals.version import KhiopsVersion
2626

27-
__version__ = "11.0.0.1"
27+
__version__ = "11.0.0.2"
2828

2929

3030
def get_compatible_khiops_version():

packaging/conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package:
33
name: {{ name }}
44
# The Conda version cannot contain the '-' character, so we eliminate it
5-
version: "11.0.0.1"
5+
version: "11.0.0.2"
66

77
source:
88
path: ../../

0 commit comments

Comments
 (0)