Skip to content

Commit

Permalink
Prepare release 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <christian@python.org>
  • Loading branch information
tiran committed Apr 17, 2019
1 parent 4888e1f commit 0250d10
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

defusedxml 0.6.0
----------------

*Release date: 17-Apr-2019*

- Increase test coverage.
- Add badges to README.


defusedxml 0.6.0rc1
-------------------

Expand All @@ -20,14 +29,14 @@ defusedxml 0.6.0rc1
Both the old and fixed name are now available.



defusedxml 0.5.0
----------------

*Release date: 07-Feb-2017*

- No changes


defusedxml 0.5.0.rc1
--------------------

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,13 @@ 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

*Release date: 17-Apr-2019*

- Increase test coverage.
- Add badges to README.

## defusedxml 0.6.0rc1

*Release date: 14-Apr-2019*
Expand Down
2 changes: 1 addition & 1 deletion defusedxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def defuse_stdlib():
return defused


__version__ = "0.6.0rc1"
__version__ = "0.6.0"

__all__ = [
"DefusedXmlException",
Expand Down

0 comments on commit 0250d10

Please sign in to comment.