Skip to content

Commit

Permalink
release: prepare v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Oct 12, 2023
1 parent b56f516 commit 8e05650
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
35 changes: 21 additions & 14 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,31 @@
Release History
---------------

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

- Fix #1256: parse_xml() and OxmlElement moved.
- Add Hyperlink.fragment and .url


1.0.0 (2023-10-01)
+++++++++++++++++++

- Remove Python 2 support. Supported versions are 3.7+
* Fix #85: Paragraph.text includes hyperlink text
* Add #1113: Hyperlink.address
* Add Hyperlink.contains_page_break
* Add Hyperlink.runs
* Add Hyperlink.text
* Add Paragraph.contains_page_break
* Add Paragraph.hyperlinks
* Add Paragraph.iter_inner_content()
* Add Paragraph.rendered_page_breaks
* Add RenderedPageBreak.following_paragraph_fragment
* Add RenderedPageBreak.preceding_paragraph_fragment
* Add Run.contains_page_break
* Add Run.iter_inner_content()
* Add Section.iter_inner_content()
- Fix #85: Paragraph.text includes hyperlink text
- Add #1113: Hyperlink.address
- Add Hyperlink.contains_page_break
- Add Hyperlink.runs
- Add Hyperlink.text
- Add Paragraph.contains_page_break
- Add Paragraph.hyperlinks
- Add Paragraph.iter_inner_content()
- Add Paragraph.rendered_page_breaks
- Add RenderedPageBreak.following_paragraph_fragment
- 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 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.0"
__version__ = "1.0.1"


__all__ = ["Document"]
Expand Down

1 comment on commit 8e05650

@leonardodepaula
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great that this repository is active again! Thank you!

Please sign in to comment.