We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12131d commit f2fb5bcCopy full SHA for f2fb5bc
2 files changed
CHANGES.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+Version 0.5.9 -- 2019/01/10
5
+---------------------------
6
+
7
+* Fix encoding issue on release 0.5.8 (#229)
8
+* Improve Polish localization (#228)
9
10
11
Version 0.5.8 -- 2018/11/17
12
---------------------------
13
bin/num2words
@@ -55,7 +55,7 @@ import sys
55
from docopt import docopt
56
import num2words
57
58
-__version__ = "0.5.8"
+__version__ = "0.5.9"
59
__license__ = "LGPL"
60
61
0 commit comments