Skip to content

Commit

Permalink
完善文档,发布新版本 v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Dec 13, 2017
1 parent c7e0e97 commit ea51466
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Django

## Documentation
* [中文文档](https://github.com/chenjiandongx/pyecharts/tree/master/docs/zh-cn)

* [English](https://github.com/chenjiandongx/pyecharts/tree/master/docs/en-us)


Expand Down
10 changes: 7 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# version log

* ### version 0.3.1(dev)
* TODO
* ### version 0.3.2(dev)
* TODO

* ### version 0.3.0 -2017.12.11(Current)
* ### version 0.3.1 - 2017.12.13(Current)
* [issue#290](https://github.com/chenjiandongx/pyecharts/issues/290) 紧急修复 v0.3.0 版本不能正常显示图形的严重 bug
* [issue#296](https://github.com/chenjiandongx/pyecharts/issues/296) 修复 Timeline 不能在 notebook 中显示的 bug

* ### version 0.3.0 - 2017.12.11
* 图表 `render` 方法增加 `template_name``object_name``extra_context` 等参数,全面支持自定义模板
* 重写底层逻辑,支持在模板文件中使用 `echarts_*` 系列模板函数
* js 依赖文件支持外部链接方式引入。
Expand Down
2 changes: 1 addition & 1 deletion pyecharts/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'chenjiandongx'

0 comments on commit ea51466

Please sign in to comment.