Update CHANGE.rst to publish a new release.

Ref: issue #140
This commit is contained in:
Ernesto Rodriguez Ortiz
2017-11-22 14:23:44 -05:00
parent 9819498a14
commit 8ffdc5e49d
2 changed files with 13 additions and 1 deletions

View File

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