This commit is contained in:
Virgil Dupras
2014-03-14 10:53:53 -04:00
parent 2d3b35b644
commit 500e08c017
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
Changelog Changelog
========= =========
Version 0.5.1 -- 2014/03/14
---------------------------
* Added Python 3 support with 2to3. (#3)
* Fixed big numbers in spanish. (#2)
* Fixed bugs in tanslation from 30 to 40 in spanish. (#4)
* Fixed word joining in english. (#8)
Version 0.5.0 -- 2013/05/28 Version 0.5.0 -- 2013/05/28
--------------------------- ---------------------------

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.0', version='0.5.1',
description='Modules to convert numbers to words. Easily extensible.', description='Modules to convert numbers to words. Easily extensible.',
license='LGPL', license='LGPL',
author='Taro Ogawa <tso at users sourceforge net>', author='Taro Ogawa <tso at users sourceforge net>',