Skip to content

Commit 082a1c6

Browse files
author
Eric Lapouyade
committed
v0.20.2
1 parent cf5437b commit 082a1c6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
0.20.2 *(Unreleased)*
1+
0.20.2 (2025-11-13)
22
-------------------
3+
- Fix fix_tables()
34
- Move docxcompose to optional dependency (Thanks to Waket Zheng)
45

56
0.20.1 (2025-07-15)

docxtpl/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
@author: Eric Lapouyade
66
"""
77

8-
__version__ = "0.20.1"
8+
__version__ = "0.20.2"
99

1010
# flake8: noqa
1111
from .inline_image import InlineImage
1212
from .listing import Listing
1313
from .richtext import RichText, R, RichTextParagraph, RP
1414
from .template import DocxTemplate
15+
1516
try:
1617
from .subdoc import Subdoc
1718
except ImportError:

0 commit comments

Comments
 (0)