mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Release 0.5.7 (#175)
* New maintainer 🚀
Since @erozqba no longer work for Savoir-faire Linux, the maintainer has changed.
* Bump version from 0.5.6 -> 0.5.7
* Update CHANGE.rst to publish a new release.
This commit is contained in:
committed by
Ernesto Rodriguez Ortiz
parent
8975222487
commit
f275d0fde9
13
CHANGES.rst
13
CHANGES.rst
@@ -1,6 +1,19 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 0.5.7 -- 2018/06/27
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* Add Finnish localization. (#170)
|
||||||
|
* Add Japanese localization. (#171)
|
||||||
|
* Add belgian-french localization. (#151)
|
||||||
|
* Add Czech localization. (#154)
|
||||||
|
* Add Thai localization. (#139)
|
||||||
|
* Improve English localization. (#144)
|
||||||
|
* Improve Spanish localization. (#167)
|
||||||
|
* Improve Italian localization. (#143)
|
||||||
|
* Improve documentation. (#155, #145, #174)
|
||||||
|
|
||||||
Version 0.5.6 -- 2017/11/22
|
Version 0.5.6 -- 2017/11/22
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -18,14 +18,14 @@ LONG_DESC = open('README.rst', 'rt').read() + '\n\n' + \
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='num2words',
|
name='num2words',
|
||||||
version='0.5.6',
|
version='0.5.7',
|
||||||
description='Modules to convert numbers to words. Easily extensible.',
|
description='Modules to convert numbers to words. Easily extensible.',
|
||||||
long_description=LONG_DESC,
|
long_description=LONG_DESC,
|
||||||
license='LGPL',
|
license='LGPL',
|
||||||
author='Taro Ogawa <tso at users sourceforge net>',
|
author='Taro Ogawa <tso at users sourceforge net>',
|
||||||
author_email='tos@users.sourceforge.net',
|
author_email='tos@users.sourceforge.net',
|
||||||
maintainer='Savoir-faire Linux inc.',
|
maintainer='Savoir-faire Linux inc.',
|
||||||
maintainer_email='ernesto.rodriguezortiz@savoirfairelinux.com',
|
maintainer_email='istvan.szalai@savoirfairelinux.com',
|
||||||
keywords=' number word numbers words convert conversion i18n '
|
keywords=' number word numbers words convert conversion i18n '
|
||||||
'localisation localization internationalisation '
|
'localisation localization internationalisation '
|
||||||
'internationalization',
|
'internationalization',
|
||||||
|
|||||||
Reference in New Issue
Block a user