Skip to content

Commit

Permalink
Become 0.7.0rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran committed Jan 12, 2021
1 parent 48b872b commit bdb55aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Changelog
=========

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

*Release date: ??-Jan-2021*
*Release date: 12-Jan-2021*

- Re-add and deprecate ``defusedxml.cElementTree``
- Use GitHub Actions instead of TravisCI
- Restore ``ElementTree`` attribute of ``xml.etree`` module after patching

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

*Release date: 04-May-2020*

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,15 +716,15 @@ 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
## defusedxml 0.7.0rc2

*Release date: ??-Jan-2021*
*Release date: 12-Jan-2021*

- Re-add and deprecate `defusedxml.cElementTree`
- Use GitHub Actions instead of TravisCI
- Restore `ElementTree` attribute of `xml.etree` module after patching

## defusedxml 0.7.0.rc1
## defusedxml 0.7.0rc1

*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.rc2"
__version__ = "0.7.0rc2"

__all__ = [
"DefusedXmlException",
Expand Down

0 comments on commit bdb55aa

Please sign in to comment.