Skip to content

Commit

Permalink
release: prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Oct 10, 2023
1 parent 7ab9d31 commit 6df147e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Release History
* Add RenderedPageBreak.preceding_paragraph_fragment
* Add Run.contains_page_break
* Add Run.iter_inner_content()
* Add Section.iter_inner_content()


0.8.11 (2021-05-15)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test:
test-upload: sdist wheel
$(TWINE) upload --repository testpypi dist/*

upload: sdist wheel
upload: clean sdist wheel
$(TWINE) upload dist/*

wheel:
Expand Down
2 changes: 1 addition & 1 deletion src/docx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from docx.api import Document # noqa

__version__ = "1.0.0rc1"
__version__ = "1.0.0"


# register custom Part classes with opc package reader
Expand Down

0 comments on commit 6df147e

Please sign in to comment.