mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
v0.5.5
This commit is contained in:
10
CHANGES.rst
10
CHANGES.rst
@@ -1,6 +1,16 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 0.5.5 -- 2017/07/02
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* Add Arabic localization (#72)
|
||||||
|
* Add Spanish-Colombian and Spanish-Venezuelan localization (#67)
|
||||||
|
* Add VietNam localization (#61)
|
||||||
|
* Add Italian localization (#56, #59)
|
||||||
|
* Improve Russian localization (#62)
|
||||||
|
* Improve Polish localization (#58)
|
||||||
|
|
||||||
Version 0.5.4 -- 2016/10/18
|
Version 0.5.4 -- 2016/10/18
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -17,7 +17,7 @@ LONG_DESC = open('README.rst', 'rt').read() + '\n\n' + open('CHANGES.rst', 'rt')
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='num2words',
|
name='num2words',
|
||||||
version='0.5.4',
|
version='0.5.5',
|
||||||
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user