Skip to content

Commit

Permalink
Prepare 0.7.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran committed Jan 12, 2021
1 parent af1f4cf commit 3010d3f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

defusedxml 0.7.0.rc2
--------------------

*Release date: ??-Jan-2021*

- Re-add and deprecate ``defusedxml.cElementTree``
- Use GitHub Actions instead of TravisCI

defusedxml 0.7.0.rc1
--------------------

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,13 @@ See <https://www.python.org/psf/license> for licensing details.
Injection](https://www.owasp.org/index.php/Testing_for_XML_Injection_\(OWASP-DV-008\))
# Changelog

## defusedxml 0.7.0.rc2

*Release date: ??-Jan-2021*

- Re-add and deprecate `defusedxml.cElementTree`
- Use GitHub Actions instead of TravisCI

## defusedxml 0.7.0.rc1

*Release date: 04-May-2020*
Expand Down
2 changes: 1 addition & 1 deletion defusedxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def defuse_stdlib():
return defused


__version__ = "0.7.0.rc1"
__version__ = "0.7.0.rc2"

__all__ = [
"DefusedXmlException",
Expand Down

0 comments on commit 3010d3f

Please sign in to comment.