Skip to content

Commit fa9761f

Browse files
committed
Bump version: 0.14.0 → 0.15.0
1 parent ff39116 commit fa9761f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.14.0
4+
current_version = 0.15.0
55

66
[bumpversion:file:merge_unihan.py]
77

88
[bumpversion:file:pinyin.txt]
9-

merge_unihan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ def extend_pinyins(old_map, new_map, only_no_exists=False):
118118
assert set(overwrite_pinyin_map.keys()) - code_set == set()
119119
assert set(pua_pinyin_map.keys()) - code_set == set()
120120
with open('pinyin.txt', 'w') as fp:
121-
fp.write('# version: 0.14.0\n')
121+
fp.write('# version: 0.15.0\n')
122122
fp.write('# source: https://github.com/mozillazg/pinyin-data\n')
123123
save_data(new_pinyin_map, fp)

pinyin.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version: 0.14.0
1+
# version: 0.15.0
22
# source: https://github.com/mozillazg/pinyin-data
33
U+3007: líng,yuán,xīng # 〇
44
U+3400: qiū # 㐀

0 commit comments

Comments
 (0)