From e2e2c3f8f1c270a23ac97a6833f84a28ec99c51e Mon Sep 17 00:00:00 2001 From: Mathieu Guillame-Bert Date: Wed, 26 May 2021 07:15:11 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 375936206 --- CHANGELOG.md | 5 ++--- configure/setup.py | 2 +- tensorflow_decision_forests/__init__.py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bda3679..63cb545e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.1.5 - ???? +## 0.1.5 - 2021-05-26 ### Features @@ -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 diff --git a/configure/setup.py b/configure/setup.py index c60d50b1..6f51eb31 100644 --- a/configure/setup.py +++ b/configure/setup.py @@ -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() diff --git a/tensorflow_decision_forests/__init__.py b/tensorflow_decision_forests/__init__.py index f2ab5688..9496d0f4 100644 --- a/tensorflow_decision_forests/__init__.py +++ b/tensorflow_decision_forests/__init__.py @@ -45,7 +45,7 @@ """ -__version__ = "0.1.4" +__version__ = "0.1.5" __author__ = "Mathieu Guillame-Bert" from tensorflow_decision_forests import keras