Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kontur committed Jan 16, 2024
1 parent d8b86bd commit 1de1b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A changelog for the lib/hyperglot language database and CLI tool
# A changelog for the lib/hyperglot language database and CLI tool (dd.mm.yyyy)

## 0.6.0 (WIP)
## 0.6.0 (16.01.2023)
- DATA: Refined Klingon (`tlh`) orthography and added a draft version of Toki Pona (`tok`)
- FEATURE: Implemented shaping checks for mark positioning when required by unencoded base + mark combinations or `--decompose`
- FEATURE: Implemented shaping checks for connecting scripts to detect presence of required positional forms
Expand Down
2 changes: 1 addition & 1 deletion lib/hyperglot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Gather a few package wide constants
"""
from os import path
__version__ = "0.5.3"
__version__ = "0.6.0"

DB = path.abspath(path.join(path.dirname(__file__), "data"))
DB_EXTRA = path.abspath(path.join(path.dirname(__file__), "extra_data"))
Expand Down

0 comments on commit 1de1b1d

Please sign in to comment.