Skip to content

Commit 87664c0

Browse files
committed
Update version
1 parent d1828e6 commit 87664c0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docx/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
from docx.api import Document # noqa
44

5-
__version__ = "1.0.0"
5+
__version__ = "1.2.0"
66

77

88
# register custom Part classes with opc package reader
99

10-
from docx.opc.constants import CONTENT_TYPE as CT, RELATIONSHIP_TYPE as RT
10+
from docx.opc.constants import CONTENT_TYPE as CT
11+
from docx.opc.constants import RELATIONSHIP_TYPE as RT
1112
from docx.opc.part import PartFactory
1213
from docx.opc.parts.coreprops import CorePropertiesPart
1314
from docx.opc.parts.custom_xml import CustomXmlPart

0 commit comments

Comments
 (0)