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

@@ -1,6 +1,18 @@
Changelog Changelog
========= =========
Version 0.5.6 -- 2017/11/22
---------------------------
* Refactor to_currency (#135)
* Allow the use of other convertes to_currency, to_year (#95)
* Fix code to respect PEP8 (#98, #105)
* Add Slovene localization (#97)
* Add Ukrainian localization (#93)
* Add Dutch localization (#91)
* Add Algeria-French localization (#86)
* Add Turkish localization (#85)
Version 0.5.5 -- 2017/07/02 Version 0.5.5 -- 2017/07/02
--------------------------- ---------------------------

View File

@@ -18,7 +18,7 @@ LONG_DESC = open('README.rst', 'rt').read() + '\n\n' + \
setup( setup(
name='num2words', name='num2words',
version='0.5.5', version='0.5.6',
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',