From 4a3819b1c832de91bd5849b7c7a24855d64d3221 Mon Sep 17 00:00:00 2001 From: John Harrison Date: Wed, 23 Aug 2023 14:00:16 +0100 Subject: [PATCH] Release 0.6.1 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1f850..262346b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.6.1] - 2023-08-23 ### Fixed - Generic error handling passes correct request and exception arguments diff --git a/pyproject.toml b/pyproject.toml index e45ef63..ac6a5f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-mlflow" -version = "0.6.0" +version = "0.6.1" description = "Deploy mlflow models as JSON APIs with minimal new code." authors = ["John Harrison "] readme = "README.md"