From 53be72d951e1de831d0ee86b2269c88cb8cc3a30 Mon Sep 17 00:00:00 2001 From: Nicolas Marcq Date: Tue, 7 Jan 2020 22:03:25 +0100 Subject: [PATCH] [Release] v0.6.0 --- CHANGELOG.md | 6 ++++++ kalliope/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d761ef81..2f59ac5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v0.6.0 / 2020-01-07 +=================== +- Enhancement: Enforce python3 and remove support for python2 +- Fix: fix installation script. Now work on Raspbian Buster with Python 3.7 +- Fix: add compiled snowboy binary for Rpi with Python 3.7 + v0.5.5 / 2019-11-11 =================== - Fix #563 fix double exception when trying to get the message from MissingParameterException diff --git a/kalliope/_version.py b/kalliope/_version.py index 94ddd4fc..0f2c32f0 100644 --- a/kalliope/_version.py +++ b/kalliope/_version.py @@ -1,2 +1,2 @@ # https://www.python.org/dev/peps/pep-0440/ -version_str = "0.6.0b" +version_str = "0.6.0"