Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 375936206
  • Loading branch information
achoum authored and copybara-github committed May 26, 2021
1 parent 27c3e8e commit e2e2c3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.5 - ????
## 0.1.5 - 2021-05-26

### Features

Expand All @@ -11,8 +11,7 @@

### Bug fix

- Fix failure when input feature contains commas.

- Fix failure when input feature contains commas.

## 0.1.4 - 2021-05-21

Expand Down
2 changes: 1 addition & 1 deletion configure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from setuptools.command.install import install
from setuptools.dist import Distribution

_VERSION = "0.1.4"
_VERSION = "0.1.5"

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_decision_forests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"""

__version__ = "0.1.4"
__version__ = "0.1.5"
__author__ = "Mathieu Guillame-Bert"

from tensorflow_decision_forests import keras
Expand Down

0 comments on commit e2e2c3f

Please sign in to comment.