From 65280cd61f5251e8cfbcf44b42257d8857082414 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 9 Jun 2015 14:49:01 -0400 Subject: [PATCH] v0.5.3 --- CHANGES.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e929a45..f7f9d28 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +Version 0.5.3 -- 2015/06/09 +--------------------------- + +* Fix packaging issues. (#21, #22) + Version 0.5.2 -- 2015/01/23 --------------------------- diff --git a/setup.py b/setup.py index b8bc5a6..693ea27 100644 --- a/setup.py +++ b/setup.py @@ -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',