diff --git a/CHANGELOG.md b/CHANGELOG.md index ed850364..d45d01aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ CHANGES ======= -2.0.1 / Unreleased +2.0.2 / Unreleased ================== -- Wrap xml libraries with the equivalent defusedxml packages (thanks Tom Viner) +- + + +2.0.1 / 2016-10-07 +================== +- #46 Wrap xml libraries with the equivalent defusedxml packages (thanks Tom Viner) 2.0.0 / 2016-10-02 diff --git a/setup.cfg b/setup.cfg index d76dcecc..38099c5d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,4 +25,5 @@ pypi_daily = egg_info --tag-build=.dev --tag-date sdist register upload --sign ' # https://bitbucket.org/anthony_tuininga/cx_freeze/issue/130/bdist_msi-upload-on-pypi-fails pypi_release = egg_info --tag-build="" -RD sdist register upload --sign --identity="Martin Wendt" -# pypi_release_msi = egg_info --tag-build="" -RD sdist bdist_msi register upload --sign --identity="Martin Wendt" +pypi_release_with_msi = egg_info --tag-build="" -RD sdist bdist_msi register upload --sign --identity="Martin Wendt" +pypi_release_msi_only = egg_info --tag-build="" -RD bdist_msi register upload --sign --identity="Martin Wendt" diff --git a/tox.ini b/tox.ini index 54679ceb..020a589d 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,7 @@ commands = deps = # coverage cherrypy + defusedxml pytest pytest-cov # Paste