summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-04-14 14:01:36 +0200
committerChristian Heimes <christian@python.org>2019-04-14 14:03:06 +0200
commit49fe241089cac233ea59dd3c2a056a4de7f51257 (patch)
treec2a65f73e470c2715675727983b8a4954b7934b4
parentd46e04fcf6b51f771b671ebf869988b0677bec73 (diff)
downloaddefusedxml-git-49fe241089cac233ea59dd3c2a056a4de7f51257.tar.gz
Prepare release 0.6.0.rc1v0.6.0.rc10.6.0rc1
Signed-off-by: Christian Heimes <christian@python.org>
-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",