From fe2af73c0b70c0ff5b3332dee16fe9de43a7e6f0 Mon Sep 17 00:00:00 2001 From: Eric Lo Date: Mon, 21 Dec 2020 15:58:11 +0800 Subject: [PATCH] Bump version 0.7.6 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e4f2d62..b3f759c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +0.7.6 - Dec. 21, 2020 +---------------------- + +- Fix typing of the Pinyin's data_path argument + https://github.com/lxneng/xpinyin/pull/53 + 0.7.5 - Dec. 21, 2020 ---------------------- diff --git a/setup.py b/setup.py index fef71ec..98d95ef 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ CHANGES = (here / 'CHANGES.rst').read_text() setup(name="xpinyin", - version='0.7.5', + version='0.7.6', description="Translate Chinese hanzi to pinyin (拼音) by Python, 汉字转拼音", long_description=README + '\n\n' + CHANGES, classifiers=[