Upped version to 0.17.1.

This commit is contained in:
Waylan Limberg
2017-10-30 13:55:40 -04:00
parent f5b398c145
commit 109e517f7f
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ The current and past members of the MkDocs team.
* [@d0ugal](https://github.com/d0ugal/)
* [@waylan](https://github.com/waylan/)
## Development Version
## Version 0.17.1 (2017-10-30)
* Bugfix: Support `repo_url` with missing ending slash. (#1321).
* Bugfix: Add length support to `mkdocs.toc.TableOfContext` (#1325).

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.0'
__version__ = '0.17.1'