Bump the version and add release notes

This commit is contained in:
Dougal Matthews
2016-12-22 09:03:04 +00:00
parent cf23bb4d35
commit f5e9339579
2 changed files with 6 additions and 1 deletions

View File

@@ -21,6 +21,11 @@ The current and past members of the MkDocs team.
* [@d0ugal](https://github.com/d0ugal/)
* [@waylan](https://github.com/waylan/)
## Version 0.16.1 (2016-12-22)
* Ensure scrollspy behavior does not affect nav bar (#1094)
* Only "load" a theme when it is explicitly requested by the user (#1105)
## Version 0.16 (2016-11-04)
### Major Additions to Version 0.16.0

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