We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c7f34 commit 57d3b9eCopy full SHA for 57d3b9e
HISTORY.rst
@@ -3,6 +3,12 @@
3
Release History
4
---------------
5
6
+1.1.0 (2023-11-03)
7
+++++++++++++++++++
8
+
9
+- Add BlockItemContainer.iter_inner_content()
10
11
12
1.0.1 (2023-10-12)
13
++++++++++++++++++
14
src/docx/__init__.py
@@ -13,7 +13,7 @@
if TYPE_CHECKING:
from docx.opc.part import Part
15
16
-__version__ = "1.0.1"
+__version__ = "1.1.0"
17
18
19
__all__ = ["Document"]
0 commit comments