Fix changelog

This commit is contained in:
Eric Lapouyade 2020-10-15 09:02:55 +02:00
parent 9946c74fdc
commit f9b95afe7a
2 changed files with 3 additions and 3 deletions

View File

@ -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) 0.10.1 (2020-08-23)
------------------- -------------------

View File

@ -7,7 +7,7 @@ Created : 2015-03-12
import functools import functools
import io import io
__version__ = '0.10.3' __version__ = '0.10.4'
from lxml import etree from lxml import etree
from docx import Document from docx import Document