Merge pull request #235 from savoirfairelinux/release-0.5.9

Release 0.5.9
This commit is contained in:
Pierre Duchemin
2019-01-11 15:13:32 -05:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
Changelog 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 Version 0.5.8 -- 2018/11/17
--------------------------- ---------------------------

View File

@@ -55,7 +55,7 @@ import sys
from docopt import docopt from docopt import docopt
import num2words import num2words
__version__ = "0.5.8" __version__ = "0.5.9"
__license__ = "LGPL" __license__ = "LGPL"