Skip to content

Commit

Permalink
Merge pull request #8 from VanOord/fix-version
Browse files Browse the repository at this point in the history
Update version in docx init
  • Loading branch information
verawieleman authored Jul 25, 2022
2 parents 0b35488 + ec97244 commit 40f5aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from docx.api import Document # noqa

__version__ = "1.2.0"
__version__ = "1.2.1"


# register custom Part classes with opc package reader
Expand Down

0 comments on commit 40f5aef

Please sign in to comment.