mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Merge pull request #235 from savoirfairelinux/release-0.5.9
Release 0.5.9
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Version 0.5.9 -- 2019/01/10
|
||||
---------------------------
|
||||
|
||||
* Fix encoding issue on release 0.5.8 (#229)
|
||||
* Improve Polish localization (#228)
|
||||
|
||||
|
||||
Version 0.5.8 -- 2018/11/17
|
||||
---------------------------
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ import sys
|
||||
from docopt import docopt
|
||||
import num2words
|
||||
|
||||
__version__ = "0.5.8"
|
||||
__version__ = "0.5.9"
|
||||
__license__ = "LGPL"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user