We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa23495 commit 0e684ffCopy full SHA for 0e684ff
HISTORY.rst
@@ -3,6 +3,18 @@
3
Release History
4
---------------
5
6
+0.6.22 (2023-08-28)
7
++++++++++++++++++++
8
+
9
+- Add #909 Add imgW, imgH params to `shapes.add_ole_object()`
10
+- fix: #754 _Relationships.items() raises
11
+- fix: #758 quote in autoshape name must be escaped
12
+- fix: #746 update Python 3.x support in docs
13
+- fix: #748 setup's `license` should be short string
14
+- fix: #762 AttributeError: module 'collections' has no attribute 'abc'
15
+ (Windows Python 3.10+)
16
17
18
0.6.21 (2021-09-20)
19
+++++++++++++++++++
20
pptx/__init__.py
@@ -2,7 +2,7 @@
2
"""Initialization module for python-pptx package."""
-__version__ = "0.6.21"
+__version__ = "0.6.22"
import pptx.exc as exceptions
0 commit comments