Skip to content

Commit 279533a

Browse files
committed
bump version, update release notes
1 parent 3f15a37 commit 279533a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changelog
22
=========
33

4-
0.14.0 (?)
4+
0.14.0 (2025-03-26)
55
-------------------
66

7+
* add support for scikit-learn 1.6+
78
* drop support for python 3.6, 3.7, 3.8
89
* add support for python 3.11, 3.12, 3.13
910

eli5/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
from __future__ import absolute_import
3-
4-
__version__ = '0.13.0'
1+
__version__ = '0.14.0'
52

63
from .formatters import (
74
format_as_html,

0 commit comments

Comments
 (0)