We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1828e6 commit 87664c0Copy full SHA for 87664c0
1 file changed
docx/__init__.py
@@ -2,12 +2,13 @@
2
3
from docx.api import Document # noqa
4
5
-__version__ = "1.0.0"
+__version__ = "1.2.0"
6
7
8
# register custom Part classes with opc package reader
9
10
-from docx.opc.constants import CONTENT_TYPE as CT, RELATIONSHIP_TYPE as RT
+from docx.opc.constants import CONTENT_TYPE as CT
11
+from docx.opc.constants import RELATIONSHIP_TYPE as RT
12
from docx.opc.part import PartFactory
13
from docx.opc.parts.coreprops import CorePropertiesPart
14
from docx.opc.parts.custom_xml import CustomXmlPart
0 commit comments