Release v0.5.10

This commit is contained in:
Ernesto Rodriguez Ortiz
2019-05-12 11:18:24 -04:00
parent cbfc8fd5d0
commit 2d1a318359
2 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,22 @@
Changelog Changelog
========= =========
Version 0.5.10 -- 2019/05/12
----------------------------
* Add Kannada language localization (#243)
* Revert some copyrights changed by mistake (#254)
* Add indian rupee to the supported currencies (#248)
* Improve currency functions for German and French (#247)
* Improve Slovene localization (#246)
* Improve Spanish localization (#240)
* Fix typo 'seperator' on source code (#238)
* Convert string to decimal values (#223)
* Improve German localization and test coverage (#237)
* Improve Polish localization (#233)
* Fix ordinal number for French ending on 1 (#236)
Version 0.5.9 -- 2019/01/10 Version 0.5.9 -- 2019/01/10
--------------------------- ---------------------------

View File

@@ -55,7 +55,7 @@ import sys
from docopt import docopt from docopt import docopt
import num2words import num2words
__version__ = "0.5.9" __version__ = "0.5.10"
__license__ = "LGPL" __license__ = "LGPL"