Skip to content

Commit

Permalink
[Release] bump version to v0.5.5 and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Nov 12, 2019
1 parent 2b6eda8 commit 11d6742
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v0.5.5 / 2019-11-11
===================
- Fix #563 fix double exception when trying to get the message from MissingParameterException
- Fix #564 kalliope_last_order now set when using API call
- Fix #562 fix raspbian buster install
- Feature: add kalliope official Docker image
- Feature: api - add a synapse in the brain
- Feature: api - get installed neuron list
- Feature: api - delete synapse from the brain
- Feature: api - install resource from api call
- Enhancement: use gevent as Flask production web server
- Enhancement: Add support for Python 3.7
-

v0.5.4 / 2019-06-16
===================
- Fix #548: SynapseLauncher checks if the synapse is `enabled` before launching it.
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.5.5a"
version_str = "0.5.5"

0 comments on commit 11d6742

Please sign in to comment.