Skip to content

Commit 1fd633c

Browse files
Merge pull request #475 from savoirfairelinux/release_0.5.12
new release
2 parents 7c86a85 + 0865ac2 commit 1fd633c

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGES.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
Version 0.5.12 -- 2022/08/19
5+
----------------------------
6+
7+
* Support Japanese Reiwa (令和/れいわ) era. (#412)
8+
* Add basic farsi support (#354)
9+
* Added Tajik language support (#406)
10+
* Fix Amharic language support (#465)
11+
* Fix Hebrew pluralize and implement to_currency (#330)
12+
* Add support to translate some currencies in italian language (#434)
13+
* Fix Polish twenties (#345)
14+
* Add uzs for ru and en (#422)
15+
* Added support for Esperanto numbers. (#387)
16+
* [ADD] to ordinal number for Turkish (#468)
17+
* Fix zeroth in Dutch to nulde fixing (#326)
18+
419
Version 0.5.11 -- 2022/08/03
520
----------------------------
621

@@ -77,9 +92,9 @@ Version 0.5.7 -- 2018/06/27
7792
* Add Finnish localization. (#170)
7893
* Add Japanese localization. (#171)
7994
* Add belgian-french localization. (#151)
80-
* Add Czech localization. (#154)
95+
* Add Czech localization. (#154)
8196
* Add Thai localization. (#139)
82-
* Improve English localization. (#144)
97+
* Improve English localization. (#144)
8398
* Improve Spanish localization. (#167)
8499
* Improve Italian localization. (#143)
85100
* Improve documentation. (#155, #145, #174)

bin/num2words

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Options:
3434
-t --to=<to> Output converter [default: cardinal].
3535
-h --help Show this message.
3636
-v --version Show version.
37-
37+
3838
Examples:
3939
$ num2words 10001
4040
ten thousand and one
@@ -55,7 +55,7 @@ import sys
5555
from docopt import docopt
5656
import num2words
5757

58-
__version__ = "0.5.11"
58+
__version__ = "0.5.12"
5959
__license__ = "LGPL"
6060

6161

0 commit comments

Comments
 (0)