We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab9d31 commit 6df147eCopy full SHA for 6df147e
HISTORY.rst
@@ -20,6 +20,7 @@ Release History
20
* Add RenderedPageBreak.preceding_paragraph_fragment
21
* Add Run.contains_page_break
22
* Add Run.iter_inner_content()
23
+* Add Section.iter_inner_content()
24
25
26
0.8.11 (2021-05-15)
Makefile
@@ -57,7 +57,7 @@ test:
57
test-upload: sdist wheel
58
$(TWINE) upload --repository testpypi dist/*
59
60
-upload: sdist wheel
+upload: clean sdist wheel
61
$(TWINE) upload dist/*
62
63
wheel:
src/docx/__init__.py
@@ -1,6 +1,6 @@
1
from docx.api import Document # noqa
2
3
-__version__ = "1.0.0rc1"
+__version__ = "1.0.0"
4
5
6
# register custom Part classes with opc package reader
0 commit comments