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 Aug 3, 2024
1 parent 1e1005c commit 0f42d30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
Release History
---------------

0.6.24-dev4
+++++++++++++++++++
1.0.0 (2024-08-03)
++++++++++++++++++

- fix: #929 raises on JPEG with image/jpg MIME-type
- fix: #943 remove mention of a Px Length subtype
- fix: #972 next-slide-id fails in rare cases
- fix: #990 do not require strict timestamps for Zip
- Add type annotations


0.6.23 (2023-11-02)
Expand Down
2 changes: 1 addition & 1 deletion src/pptx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
if TYPE_CHECKING:
from pptx.opc.package import Part

__version__ = "0.6.24-dev4"
__version__ = "1.0.0"

sys.modules["pptx.exceptions"] = exceptions
del sys
Expand Down

0 comments on commit 0f42d30

Please sign in to comment.