From dee386fc8bb9386fcffa7bc9242c8b5e20c8cc84 Mon Sep 17 00:00:00 2001 From: Darius Morawiec Date: Sun, 20 Jan 2019 12:41:33 +0100 Subject: [PATCH] release/0.7.1: Release patch 0.7.1 --- changelog.md | 8 ++++++++ sklearn_porter/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 40237bb9..f92dce35 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,14 @@ All notable changes to this project will be documented in this file. ### Changed +## 0.7.1 + +### Fixed + +- Fix installation issues with the centralised meta information and the build process +- Fix missed package and add `six` to the `requirements.txt` file + + ## 0.7.0 ### Fixed diff --git a/sklearn_porter/package.json b/sklearn_porter/package.json index c908b311..25ef36fa 100644 --- a/sklearn_porter/package.json +++ b/sklearn_porter/package.json @@ -7,6 +7,6 @@ "url": "https://github.com/nok/sklearn-porter", "keywords": ["sklearn", "scikit-learn"], "requirements": "file://../requirements.txt", - "version": "0.7.0", + "version": "0.7.1", "license": "MIT" }