Skip to content

Commit

Permalink
Become 0.7.0.rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran committed May 4, 2020
1 parent 4339aee commit eb38a2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

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

*Release date: ??-Mar-2020*
*Release date: 04-May-2020*

- Add support for Python 3.9
- ``defusedxml.cElementTree`` is not available with Python 3.9.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,9 +715,9 @@ 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
## defusedxml 0.7.0.rc1

*Release date: ??-Mar-2020*
*Release date: 04-May-2020*

- Add support for Python 3.9
- `defusedxml.cElementTree` is not available with Python 3.9.
Expand Down
2 changes: 1 addition & 1 deletion defusedxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def defuse_stdlib():
return defused


__version__ = "0.7.0.dev1"
__version__ = "0.7.0.rc1"

__all__ = [
"DefusedXmlException",
Expand Down

0 comments on commit eb38a2d

Please sign in to comment.