mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-05 22:32:25 +00:00
new release
This commit is contained in:
15
CHANGES.rst
15
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
|
||||
----------------------------
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ import sys
|
||||
from docopt import docopt
|
||||
import num2words
|
||||
|
||||
__version__ = "0.5.11"
|
||||
__version__ = "0.5.12"
|
||||
__license__ = "LGPL"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user