We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9819498 commit 8ffdc5eCopy full SHA for 8ffdc5e
2 files changed
CHANGES.rst
@@ -1,6 +1,18 @@
1
Changelog
2
=========
3
4
+Version 0.5.6 -- 2017/11/22
5
+---------------------------
6
+
7
+* Refactor to_currency (#135)
8
+* Allow the use of other convertes to_currency, to_year (#95)
9
+* Fix code to respect PEP8 (#98, #105)
10
+* Add Slovene localization (#97)
11
+* Add Ukrainian localization (#93)
12
+* Add Dutch localization (#91)
13
+* Add Algeria-French localization (#86)
14
+* Add Turkish localization (#85)
15
16
Version 0.5.5 -- 2017/07/02
17
---------------------------
18
setup.py
@@ -18,7 +18,7 @@
19
setup(
20
name='num2words',
21
- version='0.5.5',
+ version='0.5.6',
22
description='Modules to convert numbers to words. Easily extensible.',
23
long_description=LONG_DESC,
24
license='LGPL',
0 commit comments