From 5b1b69abebca5d07a05c1a120f536863ac7b967b Mon Sep 17 00:00:00 2001 From: Iulian Ciorascu Date: Thu, 12 Oct 2023 13:53:45 +0200 Subject: [PATCH] prepare release 0.6.3 --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 43c0a8e..9d2ef5c 100644 --- a/README.rst +++ b/README.rst @@ -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} :: diff --git a/setup.py b/setup.py index 85963b6..6cc9a3e 100644 --- a/setup.py +++ b/setup.py @@ -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=[