diff --git a/ChangeLog b/ChangeLog index 6664938..13a5fd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2022-09-21 Mike FABIAN + + * Add list_common_locales() function + (Resolves: https://github.com/mike-fabian/langtable/issues/15) + * For ar_IN locale, langtable should give the 'ara' keyboard layout as the first choice + (Resolves: Resolves: https://github.com/mike-fabian/langtable/issues/14) + 2022-09-06 Mike FABIAN * Add ibus/m17n:ar:kbd as input method for Arabic and fix iso639-1 code for Arabic diff --git a/setup.py b/setup.py index 9f5eb2c..8a997fc 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ # within the egg directory easily: zip_safe=False, name='langtable', - version='0.0.59', + version='0.0.60', packages=setuptools.find_packages(), description='guess reasonable defaults for locale, keyboard, territory, ...', long_description=codecs.open('README', encoding='UTF-8').read(),