From bdb55aa99d8a0a9e5765c05184b697c1c37fa28a Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 12 Jan 2021 19:44:21 +0100 Subject: [PATCH] Become 0.7.0rc2 Signed-off-by: Christian Heimes --- CHANGES.txt | 10 +++++----- README.md | 6 +++--- defusedxml/__init__.py | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4671370..741383a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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* diff --git a/README.md b/README.md index c803290..f8404fd 100644 --- a/README.md +++ b/README.md @@ -716,15 +716,15 @@ See 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* diff --git a/defusedxml/__init__.py b/defusedxml/__init__.py index 44bbccc..932beb6 100644 --- a/defusedxml/__init__.py +++ b/defusedxml/__init__.py @@ -56,7 +56,7 @@ def defuse_stdlib(): return defused -__version__ = "0.7.0.rc2" +__version__ = "0.7.0rc2" __all__ = [ "DefusedXmlException",