瀏覽代碼

update changelog

nico 8 年之前
父節點
當前提交
054bc30d15
共有 2 個文件被更改,包括 13 次插入1 次删除
  1. 12 0
      CHANGELOG.md
  2. 1 1
      kalliope/_version.py

+ 12 - 0
CHANGELOG.md

@@ -1,3 +1,15 @@
+v0.3.0 / 2016-12-7
+=================
+- add unit tests for core & neurons
+- add CI (Travis)
+- refactor Event manager
+- support installation with setup.py
+- support pip installation
+- fix ansible_playbook neuron
+- add rss_reader neuron
+- review settings and brain file loading
+
+
 v0.2 / 2016-11-21
 =================
 

+ 1 - 1
kalliope/_version.py

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