We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40301cc commit 04a3e9dCopy full SHA for 04a3e9d
HISTORY.rst
@@ -3,13 +3,14 @@
3
Release History
4
---------------
5
6
-0.6.24-dev4
7
-+++++++++++++++++++
+1.0.0 (2024-08-03)
+++++++++++++++++++
8
9
- fix: #929 raises on JPEG with image/jpg MIME-type
10
- fix: #943 remove mention of a Px Length subtype
11
- fix: #972 next-slide-id fails in rare cases
12
- fix: #990 do not require strict timestamps for Zip
13
+- Add type annotations
14
15
16
0.6.23 (2023-11-02)
src/pptx/__init__.py
@@ -25,7 +25,7 @@
25
if TYPE_CHECKING:
26
from pptx.opc.package import Part
27
28
-__version__ = "0.6.24-dev4"
+__version__ = "1.0.0"
29
30
sys.modules["pptx.exceptions"] = exceptions
31
del sys
0 commit comments