Skip to content

Commit 198423b

Browse files
committed
Release 0.1.2
1 parent fc913ed commit 198423b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

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

4+
0.1.2 (2020-03-12)
5+
------------------
6+
7+
- Fix compatibility with Comet Python SDK v3.1.1. #2
8+
- Fix support for unicode project notes in Python 2. #1
9+
410
0.1.1 (2020-02-17)
511
------------------
612

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
packages=find_packages(include=["comet_for_mlflow", "comet_for_mlflow.*"]),
4343
test_suite="tests",
4444
url="https://github.com/comet-ml/comet-for-mlflow",
45-
version="0.1.1",
45+
version="0.1.2",
4646
zip_safe=False,
4747
)

0 commit comments

Comments
 (0)