10000 release: prepare v1.1.1 release · python-openxml/python-docx@e531576 · GitHub
[go: up one dir, main page]

Skip to content

Commit e531576

Browse files
committed
release: prepare v1.1.1 release
1 parent 0a09474 commit e531576

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Release History
44
---------------
55

6+
1.1.1 (2024-04-29)
7+
++++++++++++++++++
8+
9+
- Fix #531, #1146 Index error on table with misaligned borders
10+
- Fix #1335 Tolerate invalid float value in bottom-margin
11+
- Fix #1337 Do not require typing-extensions at runtime
12+
13+
614
1.1.0 (2023-11-03)
715
++++++++++++++++++
816

src/docx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
if TYPE_CHECKING:
1414
from docx.opc.part import Part
1515

16-
__version__ = "1.1.0"
16+
__version__ = "1.1.1"
1717

1818

1919
__all__ = ["Document"]

0 commit comments

Comments
 (0)
0