This commit is contained in:
Virgil Dupras
2015-06-09 14:49:01 -04:00
parent 732ead22b9
commit 65280cd61f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Changelog
=========
Version 0.5.3 -- 2015/06/09
---------------------------
* Fix packaging issues. (#21, #22)
Version 0.5.2 -- 2015/01/23
---------------------------

View File

@@ -17,7 +17,7 @@ LONG_DESC = open('README.rst', 'rt').read() + '\n\n' + open('CHANGES.rst', 'rt')
setup(
name='num2words',
version='0.5.2',
version='0.5.3',
description='Modules to convert numbers to words. Easily extensible.',
long_description=LONG_DESC,
license='LGPL',