Skip to content

Commit

Permalink
Bump version and update changelog for 0.5.2 release (mlflow#369)
Browse files Browse the repository at this point in the history
* Fix conflicts

* Add changelog

* Changelog fix

* Add name and author to changelog entry
  • Loading branch information
dbczumar committed Aug 25, 2018
1 parent 5574f70 commit 7300f2a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.5.2 (2018-08-24)
------------------

MLflow 0.5.2 is a patch release on top of 0.5.1 containing only bug fixes and no breaking changes or features.

Bug fixes:

- Fix a bug with ECR client creation that caused ``mlflow.sagemaker.deploy()`` to fail when searching for a deployment Docker image (#366, @dbczumar)


0.5.1 (2018-08-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion mlflow/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mlflow</groupId>
<artifactId>mlflow-java</artifactId>
<version>0.4.2</version>
<version>0.5.2</version>
<packaging>jar</packaging>
<name>mlflow-java</name>
<url>http://maven.apache.org</url>
Expand Down
2 changes: 1 addition & 1 deletion mlflow/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018 Databricks, Inc.


VERSION = '0.5.1'
VERSION = '0.5.2'

0 comments on commit 7300f2a

Please sign in to comment.