We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3d3e1 commit 9ef0ff7Copy full SHA for 9ef0ff7
docs/about/release-notes.md
@@ -21,6 +21,10 @@ The current and past members of the MkDocs team.
21
* [@d0ugal](https://github.com/d0ugal/)
22
* [@waylan](https://github.com/waylan/)
23
24
+## Version 0.17.5 (2018-07-06)
25
+
26
+* Bugfix: Fix Python 3.7 and PEP 479 incompatibility (#1518).
27
28
## Version 0.17.4
29
30
* Bugfix: Add multi-level nesting support to sitemap.xml (#1482).
mkdocs/__init__.py
@@ -4,4 +4,4 @@
4
from __future__ import unicode_literals
5
6
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
7
-__version__ = '0.17.4'
+__version__ = '0.17.5'
0 commit comments