From 198423ba2248c17167f2600de5a0ceabd9fb08bc Mon Sep 17 00:00:00 2001 From: Boris Feld Date: Thu, 12 Mar 2020 18:13:51 +0100 Subject: [PATCH] Release 0.1.2 --- HISTORY.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 43c6a5a..421254b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ Release History =============== +0.1.2 (2020-03-12) +------------------ + +- Fix compatibility with Comet Python SDK v3.1.1. #2 +- Fix support for unicode project notes in Python 2. #1 + 0.1.1 (2020-02-17) ------------------ diff --git a/setup.py b/setup.py index f734d15..944343a 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,6 @@ packages=find_packages(include=["comet_for_mlflow", "comet_for_mlflow.*"]), test_suite="tests", url="https://github.com/comet-ml/comet-for-mlflow", - version="0.1.1", + version="0.1.2", zip_safe=False, )