Fix changelog
This commit is contained in:
parent
9946c74fdc
commit
f9b95afe7a
@ -1,6 +1,6 @@
|
||||
0.10.3 (2020-10-15)
|
||||
0.10.4 (2020-10-15)
|
||||
-------------------
|
||||
- \n \t and \f are now accepted in simple context string (#307, #312)
|
||||
- \\n \\t and \\f are now accepted in simple context string (#307, #312)
|
||||
|
||||
0.10.1 (2020-08-23)
|
||||
-------------------
|
||||
|
||||
@ -7,7 +7,7 @@ Created : 2015-03-12
|
||||
import functools
|
||||
import io
|
||||
|
||||
__version__ = '0.10.3'
|
||||
__version__ = '0.10.4'
|
||||
|
||||
from lxml import etree
|
||||
from docx import Document
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user