Skip to content

Commit 57d3b9e

Browse files
committed
release: prepare v1.1.0 release
1 parent 16c7f34 commit 57d3b9e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
---------------
55

6+
1.1.0 (2023-11-03)
7+
++++++++++++++++++
8+
9+
- Add BlockItemContainer.iter_inner_content()
10+
11+
612
1.0.1 (2023-10-12)
713
++++++++++++++++++
814

src/docx/__init__.py

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

1818

1919
__all__ = ["Document"]

0 commit comments

Comments
 (0)