Skip to content

Commit 4ed37d7

Browse files
authored
Merge pull request #24 from eli5-org/prepare-0.13
Prepare 0.13 release
2 parents da21f7c + 92fef17 commit 4ed37d7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.13.0 (2022-05-11)
5+
-------------------
6+
7+
* drop python2.7 support
8+
* fix newer xgboost with unnamed features
9+
410
0.12.0 (2022-05-11)
511
-------------------
612

eli5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import absolute_import
33

4-
__version__ = '0.12.0'
4+
__version__ = '0.13.0'
55

66
from .formatters import (
77
format_as_html,

0 commit comments

Comments
 (0)