Skip to content

Commit

Permalink
[Release] v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Jan 8, 2020
1 parent 8a2b04b commit 53be72d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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"

0 comments on commit 53be72d

Please sign in to comment.