- Updated to CLDR v40.
- Norwegian Bokmål now prefers the language code 'no', not 'nb', following a change made throughout Unicode CLDR.
- Switched the build system to
poetry
. To install the package in editable mode before PEP 660 is better supported, usepoetry install
instead ofpip install -e .
.
- First release to PyPI.
- Separated this package from
langcodes
.