Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothiraldan committed Mar 12, 2020
1 parent fc913ed commit 198423b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit 198423b

Please sign in to comment.