Skip to content

Commit 9d19781

Browse files
authored
Merge pull request #531 from KhiopsML/prepare-release-11-0-0-1
Prepare release 11 0 0 1
2 parents cfb2d61 + 9ec0dc1 commit 9d19781

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ on:
2323
pull_request:
2424
paths:
2525
- khiops/**.py
26-
- pykhiops/**.py # TODO: Remove for Khiops 11
2726
- tests/**.py
2827
- tests/resources/**
2928
- '!tests/resources/**.md'

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.1 - 2026-01-14
1010

1111
### Fixed
1212
- (General) Automatic Credentials Discovery-based credential retrieval for

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.0"
27+
__version__ = "11.0.0.1"
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.0"
5+
version: "11.0.0.1"
66

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

0 commit comments

Comments
 (0)