Skip to content

Commit fb0e358

Browse files
author
Eric Lapouyade
committed
v0.20.0
1 parent 4086140 commit fb0e358

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.20.0 (2024-12-29)
2+
-------------------
3+
- Add RichTextParagraph (Thanks to ST-Imrie)
4+
- Add RTL support for bold/italic (Thanks to bm-rana)
5+
- Update documentation
6+
17
0.19.1 (2024-12-29)
28
-------------------
39
- PR #575 : fix unicode in footnotes (Thanks to Jonathan Pyle)

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ calling method `new_subdoc()` ::
304304
tpl.save('output/merge_docx.docx')
305305

306306
In the above example, the content of 'templates/merge_docx_subdoc.docx' will be inserted into the parent document in place of the declared
307-
variable `{{ mysubdoc }}`.
307+
variable `{{p mysubdoc }}`.
308308

309309
See `tests/merge_docx.py` for full code.
310310

docxtpl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
@author: Eric Lapouyade
66
"""
7-
__version__ = "0.19.1"
7+
__version__ = "0.20.0"
88

99
# flake8: noqa
1010
from .inline_image import InlineImage

0 commit comments

Comments
 (0)