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 11Changelog
22=========
33
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+
420Version 0.5.9 -- 2019/01/10
521---------------------------
622
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import sys
5555from docopt import docopt
5656import num2words
5757
58- __version__ = "0.5.9 "
58+ __version__ = "0.5.10 "
5959__license__ = "LGPL"
6060
6161
You can’t perform that action at this time.
0 commit comments