Skip to content

Commit 0cf6d71

Browse files
committed
release: prepare v1.1.2 release
1 parent 0a8e9c4 commit 0cf6d71

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

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

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+
613
1.1.1 (2024-04-29)
714
++++++++++++++++++
815

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.1"
16+
__version__ = "1.1.2"
1717

1818

1919
__all__ = ["Document"]

0 commit comments

Comments
 (0)