Skip to content

Commit fba9175

Browse files
author
Thierry RAMORASOAVINA
committed
Bump library version to 11.0.1.0rc.3
1 parent 5372717 commit fba9175

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test-conda-forge-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: 11.0.0
1111
description: khiops-samples version
1212
khiops-python-version:
13-
default: 11.0.1.0rc.2
13+
default: 11.0.1.0rc.3
1414
description: khiops-python version for testing
1515
defaults:
1616
run:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
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+
## 11.0.1.0rc.3 - 2026-07-01
10+
911
## 11.0.1.0rc.2 - 2026-06-25
1012

1113
### Added

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.1.0rc.2"
27+
__version__ = "11.0.1.0rc.3"
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
# See https://github.com/conda-forge/khiops-feedstock/tree/main/recipe
33

44
{% set name = "khiops" %}
5-
{% set version = "11.0.1.0rc.2" %}
5+
{% set version = "11.0.1.0rc.3" %}
66
# The minimal Python version as supported by the conda-forge CI
77
{% set python_min = "3.10" %}
88

0 commit comments

Comments
 (0)