mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
v0.5.2
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
Version 0.5.2 -- 2015/01/23
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
* Added Latvian localization. (#9)
|
||||||
|
* Improved Spanish localization. (#10, #13, #14)
|
||||||
|
* Improved Lithuanian localization. (#12)
|
||||||
|
|
||||||
Version 0.5.1 -- 2014/03/14
|
Version 0.5.1 -- 2014/03/14
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|||||||
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.1',
|
version='0.5.2',
|
||||||
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