Skip to content

Commit

Permalink
Revert "Revert "0.3.0""
Browse files Browse the repository at this point in the history
This reverts commit 1ac94e5.
  • Loading branch information
mozillazg committed Sep 3, 2022
1 parent e1164ef commit 1e64217
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog

## [0.3.0] (2022-09-03)

* 依赖最新的 0.1.1 版本的 g2pW,实现完全离线使用的需求(详见 README)。


## [0.2.0] (2022-08-28)

* 支持最新 0.1.0 版本的 g2pW (使用时需要下载新的模型文件,详见 README)。
Expand All @@ -10,3 +15,4 @@
* 基于 g2pW 0.0.6 实现的第一个版本。

[0.2.0]: https://github.com/mozillazg/pypinyin-g2pW/compare/v0.1.0...v0.2.0
[0.3.0]: https://github.com/mozillazg/pypinyin-g2pW/compare/v0.2.0...v0.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="pypinyin-g2pw",
version="0.2.0",
version="0.3.0",
author="mozillazg",
author_email="[email protected]",
description="基于 g2pW 提升 pypinyin 的准确性。",
Expand Down

0 comments on commit 1e64217

Please sign in to comment.