mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
12
CHANGES.rst
12
CHANGES.rst
@@ -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
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user