Skip to content

Commit

Permalink
[Release] v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Feb 29, 2020
1 parent ac3a440 commit 901f2f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.6.0 / 2020-02-29
===================
- Fix: fix stt correction. order was not updated
- Fix: #591 switch to ffmpeg for mp3 to wav convertion
- Fix: security issue in Ansible. Lib upgraded
- Fix: Typo in installation doc
- Feature: Add volume neuron

v0.6.0 / 2020-01-07
===================
- Enhancement: Enforce python3 and remove support for python2
Expand Down
3 changes: 2 additions & 1 deletion install/files/python_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Werkzeug==0.16.1
pyyaml>=5.1
six>=1.12.0
SpeechRecognition>=3.8.1
markupsafe>=1.1.1
pyaudio>=0.2.11
pyasn1>=0.4.5
ansible>=2.8.1
ansible>=2.9.5
jinja2>=2.10.1
cffi>=1.12.3
ipaddress>=1.0.17
Expand Down
2 changes: 1 addition & 1 deletion kalliope/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://www.python.org/dev/peps/pep-0440/
version_str = "0.6.1b"
version_str = "0.6.1"

0 comments on commit 901f2f1

Please sign in to comment.