Skip to content

Commit

Permalink
v0.17.0 -> requires python-docx 1.1.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lapouyade committed May 1, 2024
1 parent bee0706 commit 58de890
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 97 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.17.0 (2024-05-01)
-------------------
- Add support to python-docx 1.1.1
Note : docxtpl 0.17.0 requires python-docx 1.1.1+ and
is incompatible with previous python-docx versions.

0.16.8 (2024-02-23)
-------------------
- PR #527 : upgrade Jinja2 in Pipfile.lock

0.16.7 (2023-05-08)
-------------------
- PR #493 - thanks to AdrianVorobel
Expand Down
217 changes: 125 additions & 92 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docxtpl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@author: Eric Lapouyade
"""
__version__ = '0.16.7'
__version__ = '0.17.0'

# flake8: noqa
from .inline_image import InlineImage
Expand Down
Loading

0 comments on commit 58de890

Please sign in to comment.