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 0a8e9c4 commit 0cf6d71Copy full SHA for 0cf6d71
HISTORY.rst
@@ -3,6 +3,13 @@
3
Release History
4
---------------
5
6
+1.1.2 (2024-05-01)
7
+++++++++++++++++++
8
+
9
+- Fix #1383 Revert lxml<=4.9.2 pin that breaks Python 3.12 install
10
+- Fix #1385 Support use of Part._rels by python-docx-template
11
+- Add support and testing for Python 3.12
12
13
1.1.1 (2024-04-29)
14
++++++++++++++++++
15
src/docx/__init__.py
@@ -13,7 +13,7 @@
if TYPE_CHECKING:
from docx.opc.part import Part
16
-__version__ = "1.1.1"
+__version__ = "1.1.2"
17
18
19
__all__ = ["Document"]
0 commit comments