Skip to content

Commit 1de1b1d

Browse files
committed
Version bump
1 parent d8b86bd commit 1de1b1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

lib/hyperglot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gather a few package wide constants
33
"""
44
from os import path
5-
__version__ = "0.5.3"
5+
__version__ = "0.6.0"
66

77
DB = path.abspath(path.join(path.dirname(__file__), "data"))
88
DB_EXTRA = path.abspath(path.join(path.dirname(__file__), "extra_data"))

0 commit comments

Comments
 (0)