File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # A changelog for the lib/hyperglot language database and CLI tool
1+ # A changelog for the lib/hyperglot language database and CLI tool (dd.mm.yyyy)
22
3- ## 0.6.0 (WIP )
3+ ## 0.6.0 (16.01.2023 )
44- DATA: Refined Klingon (` tlh ` ) orthography and added a draft version of Toki Pona (` tok ` )
55- FEATURE: Implemented shaping checks for mark positioning when required by unencoded base + mark combinations or ` --decompose `
66- FEATURE: Implemented shaping checks for connecting scripts to detect presence of required positional forms
Original file line number Diff line number Diff line change 22Gather a few package wide constants
33"""
44from os import path
5- __version__ = "0.5.3 "
5+ __version__ = "0.6.0 "
66
77DB = path .abspath (path .join (path .dirname (__file__ ), "data" ))
88DB_EXTRA = path .abspath (path .join (path .dirname (__file__ ), "extra_data" ))
You can’t perform that action at this time.
0 commit comments