diff --git a/CHANGES.rst b/CHANGES.rst index d7707d2..8e33d6b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ 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 --------------------------- diff --git a/setup.py b/setup.py index 648fe40..7a1ea8e 100644 --- a/setup.py +++ b/setup.py @@ -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',