Skip to content

Commit

Permalink
bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jun 22, 2017
1 parent b2a6240 commit 347a701
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.6.4 (2017-06-22)
------------------

* Fixed :func:`eli5.explain_prediction` for recent LightGBM_ versions;
* fixed Python 3 deprecation warning in formatters.html;
* testing improvements.

0.6.3 (2017-06-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def setup(app):
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.3'
release = '0.6.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion eli5/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import

__version__ = '0.6.3'
__version__ = '0.6.4'

from .formatters import (
format_as_html,
Expand Down

0 comments on commit 347a701

Please sign in to comment.