Skip to content

Commit

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

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

- Fix #531, #1146 Index error on table with misaligned borders
- Fix #1335 Tolerate invalid float value in bottom-margin
- Fix #1337 Do not require typing-extensions at runtime


1.1.0 (2023-11-03)
++++++++++++++++++

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.0"
__version__ = "1.1.1"


__all__ = ["Document"]
Expand Down

0 comments on commit e531576

Please sign in to comment.