Skip to content

Commit

Permalink
release: prepare v0.6.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Sep 14, 2021
1 parent 0b127a9 commit 62f7f62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Release History
---------------

0.6.20 (2021-09-14)
+++++++++++++++++++

- Fix #206 accommodate NULL target-references in relationships.
- Fix #223 escape image filename that appears as literal in XML.
- Fix #517 option to display chart categories/values in reverse order.
- Major refactoring of ancient package loading code.


0.6.19 (2021-05-17)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion pptx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""Initialization module for python-pptx package."""

__version__ = "0.6.19"
__version__ = "0.6.20"


import pptx.exc as exceptions
Expand Down

0 comments on commit 62f7f62

Please sign in to comment.