Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Mar 31, 2019
1 parent 6413309 commit 7a4abb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.6.2
current_version = 0.7.0

[bumpversion:file:merge_unihan.py]

Expand Down
2 changes: 1 addition & 1 deletion merge_unihan.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ def extend_pinyins(old_map, new_map, only_no_exists=False):
assert set(overwrite_pinyin_map.keys()) - code_set == set()
assert set(pua_pinyin_map.keys()) - code_set == set()
with open('pinyin.txt', 'w') as fp:
fp.write('# version: 0.6.2\n')
fp.write('# version: 0.7.0\n')
fp.write('# source: https://github.com/mozillazg/pinyin-data\n')
save_data(new_pinyin_map, fp)
2 changes: 1 addition & 1 deletion pinyin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version: 0.6.2
# version: 0.7.0
# source: https://github.com/mozillazg/pinyin-data
U+3007: líng,yuán,xīng # 〇
U+3400: qiū # 㐀
Expand Down

0 comments on commit 7a4abb7

Please sign in to comment.