Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon Rodriguez committed Aug 19, 2022
1 parent 7c86a85 commit 0865ac2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
19 changes: 17 additions & 2 deletions CHANGES.rst
@@ -1,6 +1,21 @@
Changelog
=========

Version 0.5.12 -- 2022/08/19
----------------------------

* Support Japanese Reiwa (令和/れいわ) era. (#412)
* Add basic farsi support (#354)
* Added Tajik language support (#406)
* Fix Amharic language support (#465)
* Fix Hebrew pluralize and implement to_currency (#330)
* Add support to translate some currencies in italian language (#434)
* Fix Polish twenties (#345)
* Add uzs for ru and en (#422)
* Added support for Esperanto numbers. (#387)
* [ADD] to ordinal number for Turkish (#468)
* Fix zeroth in Dutch to nulde fixing (#326)

Version 0.5.11 -- 2022/08/03
----------------------------

Expand Down Expand Up @@ -77,9 +92,9 @@ Version 0.5.7 -- 2018/06/27
* Add Finnish localization. (#170)
* Add Japanese localization. (#171)
* Add belgian-french localization. (#151)
* Add Czech localization. (#154)
* Add Czech localization. (#154)
* Add Thai localization. (#139)
* Improve English localization. (#144)
* Improve English localization. (#144)
* Improve Spanish localization. (#167)
* Improve Italian localization. (#143)
* Improve documentation. (#155, #145, #174)
Expand Down
4 changes: 2 additions & 2 deletions bin/num2words
Expand Up @@ -34,7 +34,7 @@ Options:
-t --to=<to> Output converter [default: cardinal].
-h --help Show this message.
-v --version Show version.
Examples:
$ num2words 10001
ten thousand and one
Expand All @@ -55,7 +55,7 @@ import sys
from docopt import docopt
import num2words

__version__ = "0.5.11"
__version__ = "0.5.12"
__license__ = "LGPL"


Expand Down

0 comments on commit 0865ac2

Please sign in to comment.