Skip to content

Commit cbbeae5

Browse files
committed
Fix and improve get_undeclared_template_variables() method
1 parent 606d189 commit cbbeae5

File tree

5 files changed

+871
-59
lines changed

5 files changed

+871
-59
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.20.1 (2025-07-15)
2+
-------------------
3+
- Fix and improve get_undeclared_template_variables() method (Thanks to Pablo Esteban)
4+
15
0.20.0 (2024-12-29)
26
-------------------
37
- Add RichTextParagraph (Thanks to ST-Imrie)

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.20.0"
7+
__version__ = "0.20.1"
88

99
# flake8: noqa
1010
from .inline_image import InlineImage

0 commit comments

Comments
 (0)