Up version to 0.17.5

This commit is contained in:
Waylan Limberg
2018-07-06 10:19:03 -04:00
parent 1c3d3e1e75
commit 9ef0ff731d
2 changed files with 5 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ The current and past members of the MkDocs team.
* [@d0ugal](https://github.com/d0ugal/)
* [@waylan](https://github.com/waylan/)
## Version 0.17.5 (2018-07-06)
* Bugfix: Fix Python 3.7 and PEP 479 incompatibility (#1518).
## Version 0.17.4
* Bugfix: Add multi-level nesting support to sitemap.xml (#1482).

View File

@@ -4,4 +4,4 @@
from __future__ import unicode_literals
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
__version__ = '0.17.4'
__version__ = '0.17.5'