Skip to content

Commit

Permalink
update README and _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhailin committed Jun 18, 2024
1 parent f3b35f7 commit 98b45b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ At the discretion of the development team, version 0.5.x will no longer be maint

### V1

> Python 3.6+ only
> Python 3.7+ only
The new version series will start with v1.0.0, documented at [pyecharts.org](https://pyecharts.org); examples at [gallery.pyecharts.org](https://gallery.pyecharts.org)

### V2

> Python 3.6+ only
> Python 3.7+ only
The new version is based on Echarts 5.4.1+ for rendering, and the documentation and examples are in the same location as V1.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@ v0.5.x 和 V1 间不兼容,V1 是一个全新的版本,详见 [ISSUE#892](ht

### V0.5.x

> 支持 Python2.7,3.4+
> 支持 Python 2.7,3.4+
经开发团队决定,0.5.x 版本将不再进行维护,0.5.x 版本代码位于 *05x* 分支,文档位于 [05x-docs.pyecharts.org](http://05x-docs.pyecharts.org)

### V1

> 仅支持 Python3.6+
> 仅支持 Python 3.7+
新版本系列将从 v1.0.0 开始,文档位于 [pyecharts.org](https://pyecharts.org);示例位于 [gallery.pyecharts.org](https://gallery.pyecharts.org)

### V2

> 仅支持 Python3.6+
> 仅支持 Python 3.7+
新版本基于 Echarts 5.4.1+ 进行渲染, 文档和示例位置与 V1 相同

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__ = "2.0.5"
__version__ = "2.0.6"
__author__ = "chenjiandongx"

0 comments on commit 98b45b7

Please sign in to comment.