From 8ffdc5e49d3c75ef83fd18bb13f18372ca473a91 Mon Sep 17 00:00:00 2001 From: Ernesto Rodriguez Ortiz Date: Wed, 22 Nov 2017 14:23:44 -0500 Subject: [PATCH] Update CHANGE.rst to publish a new release. Ref: issue #140 --- CHANGES.rst | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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',