Skip to content

Commit 2d1a318

Browse files
committed
Release v0.5.10
1 parent cbfc8fd commit 2d1a318

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
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+
420
Version 0.5.9 -- 2019/01/10
521
---------------------------
622

bin/num2words

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import sys
5555
from docopt import docopt
5656
import num2words
5757

58-
__version__ = "0.5.9"
58+
__version__ = "0.5.10"
5959
__license__ = "LGPL"
6060

6161

0 commit comments

Comments
 (0)