We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed9426 commit d4fdf71Copy full SHA for d4fdf71
HISTORY.rst
@@ -3,7 +3,7 @@
3
Release History
4
---------------
5
6
-1.1.4 (2026-02-xx)
+1.1.4 (2026-02-27)
7
++++++++++++++++++
8
9
**Updates**
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = html-for-docx
-version = 1.1.3
+version = 1.1.4
url = https://github.com/dfop02/html4docx
project_urls =
Changelog = https://github.com/dfop02/html4docx/blob/master/HISTORY.rst
setup.py
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.md')).read()
-VERSION = '1.1.3'
+VERSION = '1.1.4'
setup(
name = 'html-for-docx',
0 commit comments