Skip to content

Commit

Permalink
release: prepare v1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed May 1, 2024
1 parent 0a8e9c4 commit 0cf6d71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
---------------

1.1.2 (2024-05-01)
++++++++++++++++++

- Fix #1383 Revert lxml<=4.9.2 pin that breaks Python 3.12 install
- Fix #1385 Support use of Part._rels by python-docx-template
- Add support and testing for Python 3.12

1.1.1 (2024-04-29)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion src/docx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if TYPE_CHECKING:
from docx.opc.part import Part

__version__ = "1.1.1"
__version__ = "1.1.2"


__all__ = ["Document"]
Expand Down

0 comments on commit 0cf6d71

Please sign in to comment.