This commit is contained in:
Virgil Dupras
2015-01-23 12:21:33 -05:00
parent 4b35f533da
commit 486f5415af
2 changed files with 8 additions and 1 deletions

View File

@@ -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
--------------------------- ---------------------------

View File

@@ -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',