Skip to content

Commit

Permalink
Prepare release 0.5.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran committed Jan 28, 2017
1 parent a19aad1 commit 1998cd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.5.0
----------------
defusedxml 0.5.0.rc1
--------------------

*Release date: XX-Jan-2017*
*Release date: 28-Jan-2017*

- Add compatibility with Python 3.6
- Drop support for Python 2.6, 3.1, 3.2, 3.3
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,10 +717,10 @@ References
Changelog
=========

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

*Release date: XX-Jan-2017*
*Release date: 28-Jan-2017*

- Add compatibility with Python 3.6
- Drop support for Python 2.6, 3.1, 3.2, 3.3
Expand Down
2 changes: 1 addition & 1 deletion defusedxml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def defuse_stdlib():
return defused


__version__ = "0.5.0.dev1"
__version__ = "0.5.0.rc1"

__all__ = ['DefusedXmlException', 'DTDForbidden', 'EntitiesForbidden',
'ExternalReferenceForbidden', 'NotSupportedError']

0 comments on commit 1998cd0

Please sign in to comment.