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 0a09474 commit e531576Copy full SHA for e531576
HISTORY.rst
@@ -3,6 +3,14 @@
3
Release History
4
---------------
5
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
14
1.1.0 (2023-11-03)
15
++++++++++++++++++
16
src/docx/__init__.py
@@ -13,7 +13,7 @@
if TYPE_CHECKING:
from docx.opc.part import Part
-__version__ = "1.1.0"
+__version__ = "1.1.1"
17
18
19
__all__ = ["Document"]
0 commit comments