mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-05 22:32: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
4
setup.py
4
setup.py
@@ -18,14 +18,14 @@ LONG_DESC = open('README.rst', 'rt').read() + '\n\n' + \
|
||||
|
||||
setup(
|
||||
name='num2words',
|
||||
version='0.5.6',
|
||||
version='0.5.7',
|
||||
description='Modules to convert numbers to words. Easily extensible.',
|
||||
long_description=LONG_DESC,
|
||||
license='LGPL',
|
||||
author='Taro Ogawa <tso at users sourceforge net>',
|
||||
author_email='tos@users.sourceforge.net',
|
||||
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 '
|
||||
'localisation localization internationalisation '
|
||||
'internationalization',
|
||||
|
||||
Reference in New Issue
Block a user