Skip to content

Commit 04a3e9d

Browse files
committed
release: prepare v1.0.0 release
1 parent 40301cc commit 04a3e9d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

HISTORY.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
Release History
44
---------------
55

6-
0.6.24-dev4
7-
+++++++++++++++++++
6+
1.0.0 (2024-08-03)
7+
++++++++++++++++++
88

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

1415

1516
0.6.23 (2023-11-02)

src/pptx/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
if TYPE_CHECKING:
2626
from pptx.opc.package import Part
2727

28-
__version__ = "0.6.24-dev4"
28+
__version__ = "1.0.0"
2929

3030
sys.modules["pptx.exceptions"] = exceptions
3131
del sys

0 commit comments

Comments
 (0)