Skip to content

Commit 9ef0ff7

Browse files
committed
Up version to 0.17.5
1 parent 1c3d3e1 commit 9ef0ff7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/about/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The current and past members of the MkDocs team.
2121
* [@d0ugal](https://github.com/d0ugal/)
2222
* [@waylan](https://github.com/waylan/)
2323

24+
## Version 0.17.5 (2018-07-06)
25+
26+
* Bugfix: Fix Python 3.7 and PEP 479 incompatibility (#1518).
27+
2428
## Version 0.17.4
2529

2630
* Bugfix: Add multi-level nesting support to sitemap.xml (#1482).

mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from __future__ import unicode_literals
55

66
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
7-
__version__ = '0.17.4'
7+
__version__ = '0.17.5'

0 commit comments

Comments
 (0)