Эх сурвалжийг харах

update version + changelog

nico 8 жил өмнө
parent
commit
ead2b21c63
2 өөрчлөгдсөн 3 нэмэгдсэн , 2 устгасан
  1. 2 1
      CHANGELOG.md
  2. 1 1
      kalliope/_version.py

+ 2 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-v0.4.1 / 2017-01-12
+v0.4.1 / 2017-01-15
 ===================
 - add CORS support for REST API
 - fix installation of community STT and TTS
@@ -7,6 +7,7 @@ v0.4.1 / 2017-01-12
 - add offline STT (CMUSphinx)
 - orders are not anymore case sensitive
 - add STT utils class to split the audio catching from the processing
+- fix CTRL-C to kill Kalliope
 
 v0.4.0 / 2016-12-28
 ===================

+ 1 - 1
kalliope/_version.py

@@ -1,2 +1,2 @@
 # https://www.python.org/dev/peps/pep-0440/
-version_str = "0.4.0"
+version_str = "0.4.1"