Skip to content

Commit f2fb5bc

Browse files
committed
Release 0.5.9
1 parent c12131d commit f2fb5bc

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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+
411
Version 0.5.8 -- 2018/11/17
512
---------------------------
613

bin/num2words

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import sys
5555
from docopt import docopt
5656
import num2words
5757

58-
__version__ = "0.5.8"
58+
__version__ = "0.5.9"
5959
__license__ = "LGPL"
6060

6161

0 commit comments

Comments
 (0)