Rename zh_hans locale to zh_Hans. Fixes #282

This commit is contained in:
Marco Bonetti 2023-12-10 19:10:24 +01:00
parent aba26fe7fa
commit aa954672e1
4 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Version History
===============
Version 0.10.1 (unreleased)
---------------------------
* Remamed the zh_hans locale to zh_Hans (issue #282, thanks @sunfkny)
Version 0.10.0
--------------
* Fix link to polib. (#277, thanks @gamboz)

View file

@ -1,4 +1,4 @@
VERSION = (0, 10, 0)
VERSION = (0, 10, 1)
def get_version(limit=3):