Skip to content

Commit

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

* Version 0.0.44 released
* Use setuptools instead of distutils
* Add a version() function and an info() function.
* Restructure langtable project a bit to be able to upload to PyPi
* Increase the rank of zh_SG.UTF-8 back to 10 again for languageId="zh"

2019-05-09 Mike FABIAN <[email protected]>

* Version 0.0.43 released
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# within the egg directory easily:
zip_safe=False,
name='langtable',
version='0.0.43',
version='0.0.44',
packages=setuptools.find_packages(),
description='guess reasonable defaults for locale, keyboard, territory, ...',
long_description=codecs.open('README', encoding='UTF-8').read(),
Expand Down

0 comments on commit 5014bd6

Please sign in to comment.