Version bump to 0.16.2

This commit is contained in:
Waylan Limberg
2017-03-13 21:55:33 -04:00
parent 7a8159738f
commit 8c9773dc36
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/)
## Version 0.16.2 (2017-03-??)
## Version 0.16.2 (2017-03-13)
* System root (`/`) is not a valid path for site_dir or docs_dir (#1161)
* Refactor readthedocs theme navigation (#1155 & #1156)

View File

@@ -9,4 +9,4 @@ if sys.version_info < (2, 7):
sys.stderr.write(("WARNING: Support for Python 2.6 will be dropped in the "
"1.0.0 release of MkDocs\n\n"))
__version__ = '0.16.1'
__version__ = '0.16.2'