Skip to content

Commit

Permalink
Prepare release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Oct 7, 2016
1 parent 2234027 commit a0411e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ commands =
deps =
# coverage
cherrypy
defusedxml
pytest
pytest-cov
# Paste
Expand Down

0 comments on commit a0411e9

Please sign in to comment.