Skip to content

Commit

Permalink
release: prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Nov 4, 2023
1 parent 16c7f34 commit 57d3b9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release History
---------------

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

- Add BlockItemContainer.iter_inner_content()


1.0.1 (2023-10-12)
++++++++++++++++++

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.0.1"
__version__ = "1.1.0"


__all__ = ["Document"]
Expand Down

0 comments on commit 57d3b9e

Please sign in to comment.