Skip to content

Commit

Permalink
Release 0.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed May 9, 2019
1 parent 7332198 commit eec3f17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2019-05-09 Mike FABIAN <[email protected]>

* Version 0.0.43 released
* Get translation changes from CLDR
* Add some new translations from CLDR
* Add dsb_DE.UTF-8 sah_RU.UTF-8 locales
* Fix ranks for "en" and "zh" in "SG", English should be the default for "SG"
* Reduce the rank of cmn_TW.UTF-8 and zh_SG.UTF-8 to 0 for languageId="zh"
(Resolves: https://github.com/mike-fabian/langtable/issues/8)

2019-04-15 Mike FABIAN <[email protected]>

* Version 0.0.42 released
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import codecs

setup(name='langtable',
version='0.0.42',
version='0.0.43',
description='guess reasonable defaults for locale, keyboard, territory, ...',
long_description=codecs.open('README', encoding='UTF-8').read(),
license="GPLv3+",
Expand Down

0 comments on commit eec3f17

Please sign in to comment.