File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+
5
+ Version 0.5.10 -- 2019/05/12
6
+ ----------------------------
7
+
8
+ * Add Kannada language localization (#243)
9
+ * Revert some copyrights changed by mistake (#254)
10
+ * Add indian rupee to the supported currencies (#248)
11
+ * Improve currency functions for German and French (#247)
12
+ * Improve Slovene localization (#246)
13
+ * Improve Spanish localization (#240)
14
+ * Fix typo 'seperator' on source code (#238)
15
+ * Convert string to decimal values (#223)
16
+ * Improve German localization and test coverage (#237)
17
+ * Improve Polish localization (#233)
18
+ * Fix ordinal number for French ending on 1 (#236)
19
+
4
20
Version 0.5.9 -- 2019/01/10
5
21
---------------------------
6
22
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import sys
55
55
from docopt import docopt
56
56
import num2words
57
57
58
- __version__ = "0.5.9 "
58
+ __version__ = "0.5.10 "
59
59
__license__ = "LGPL"
60
60
61
61
You can’t perform that action at this time.
0 commit comments