Bump version to 0.16.3.

This commit is contained in:
Waylan Limberg
2017-04-04 17:56:12 -04:00
parent f712311d7c
commit f8c3433b3d
2 changed files with 3 additions and 2 deletions

View File

@@ -21,8 +21,9 @@ The current and past members of the MkDocs team.
* [@d0ugal](https://github.com/d0ugal/)
* [@waylan](https://github.com/waylan/)
## Version 0.16.3 (2017-??-??)
## Version 0.16.3 (2017-04-04)
* Fix error raised by autoscrolling in the readthedocs theme (#1177)
* Fix a few documentation typos (#1181 & #1185)
* Fix a regression to livereload server introduced in 0.16.2 (#1174)

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.2'
__version__ = '0.16.3'