Skip to content

Commit

Permalink
prepare v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iulica committed Jan 16, 2024
1 parent 4ddc603 commit dae81c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,8 @@ single call to `merge`.
Starting in version 0.2.0 there's also the feature for template merging.
This creates a copy of the template for each item in the list, does a merge,
and separates them by page or section breaks (see function documentation).

When using this feature, make sure you don't use header/footers, comments, footnotes,
bookmarks, etc. This is because these elements have an id attribute, which
must be unique. This library does not handle this, resulting in invalid
documents.
Starting in version 0.8.0 you can also use fields in the headers/footers/footnotes
with the merge_templates method.
::

document.merge_templates([
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='docx-mailmerge2',
version='0.7.0',
version='0.8.0',
description='Performs a Mail Merge on docx (Microsoft Office Word) files',
long_description=open('README.rst').read(),
classifiers=[
Expand Down

0 comments on commit dae81c3

Please sign in to comment.