summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt6
-rw-r--r--README.md4
-rw-r--r--defusedxml/__init__.py2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f50624e..f6cb7bf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,10 +1,10 @@
Changelog
=========
-defusedxml 0.6.0.dev1
----------------------
+defusedxml 0.6.0rc1
+-------------------
-*Release date: ??-???-2019*
+*Release date: 14-Apr-2019*
- Test on Python 3.7 stable and 3.8-dev
- Drop support for Python 3.4
diff --git a/README.md b/README.md
index 0e67e59..db784b7 100644
--- a/README.md
+++ b/README.md
@@ -703,9 +703,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.6.0.dev1
+## defusedxml 0.6.0rc1
-*Release date: ??-???-2019*
+*Release date: 14-Apr-2019*
- Test on Python 3.7 stable and 3.8-dev
- Drop support for Python 3.4
diff --git a/defusedxml/__init__.py b/defusedxml/__init__.py
index c6874d7..f711bb4 100644
--- a/defusedxml/__init__.py
+++ b/defusedxml/__init__.py
@@ -51,7 +51,7 @@ def defuse_stdlib():
return defused
-__version__ = "0.6.0.dev1"
+__version__ = "0.6.0rc1"
__all__ = [
"DefusedXmlException",