Skip to content

Commit

Permalink
prepare release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iulica committed Oct 12, 2023
1 parent 6b80124 commit 5b1b69a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ If locale support is needed, make sure to call the setlocale before merging
{'datefield': datetime.date('2022-04-15')},
], separator='page_break')

The {NEXT} fields are supported (0.6.3).

You can also use the merge fields inside other fields, for example to insert
pictures in the docx {INCLUDEPICTURE} or for conditional texts {IF}
::
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.6.2',
version='0.6.3',
description='Performs a Mail Merge on docx (Microsoft Office Word) files',
long_description=open('README.rst').read(),
classifiers=[
Expand Down

0 comments on commit 5b1b69a

Please sign in to comment.