diff --git a/changelog.md b/changelog.md index 2e890a65..dc1a2ef6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ # Version Log -* ### version 0.2.4(Dev) +* ### version 0.2.5(Dev) + + * Todo + +* ### version 0.2.4 - 2017.9.8(Current) #### Added * [issue#148](https://github.com/chenjiandongx/pyecharts/issues/148) 为 Radar.config() 新增 `legend_text_size` 参数 @@ -16,7 +20,7 @@ #### Fixed * [issue#158](https://github.com/chenjiandongx/pyecharts/issues/158) 修复 Grid/Timeline/Overlap 在 Page 中不能正常使用的 bug -* ### version 0.2.3 - 2017.9.1(Current) +* ### version 0.2.3 - 2017.9.1 #### Fixed * [issue#143](https://github.com/chenjiandongx/pyecharts/issues/143) [issue#146](https://github.com/chenjiandongx/pyecharts/issues/146) 修复默认状态下 Graph 不显示连线的 bug diff --git a/pyecharts/_version.py b/pyecharts/_version.py index de7677e1..01aca0a6 100644 --- a/pyecharts/_version.py +++ b/pyecharts/_version.py @@ -1,2 +1,2 @@ -__version__ = '0.2.3' +__version__ = '0.2.4' __author__ = 'chenjiandongx'