Skip to content

Commit d4fdf71

Browse files
committed
Release 1.1.4
1 parent 0ed9426 commit d4fdf71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release History
44
---------------
55

6-
1.1.4 (2026-02-xx)
6+
1.1.4 (2026-02-27)
77
++++++++++++++++++
88

99
**Updates**

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = html-for-docx
3-
version = 1.1.3
3+
version = 1.1.4
44
url = https://github.com/dfop02/html4docx
55
project_urls =
66
Changelog = https://github.com/dfop02/html4docx/blob/master/HISTORY.rst

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
here = os.path.abspath(os.path.dirname(__file__))
55
README = open(os.path.join(here, 'README.md')).read()
6-
VERSION = '1.1.3'
6+
VERSION = '1.1.4'
77

88
setup(
99
name = 'html-for-docx',

0 commit comments

Comments
 (0)