mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
Upped version to 0.17.1.
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user