mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-04-12 07:06:28 +07:00
Merge pull request #1114 from d0ugal/master
Bump the version and add release notes
This commit is contained in:
@@ -21,6 +21,11 @@ The current and past members of the MkDocs team.
|
|||||||
* [@d0ugal](https://github.com/d0ugal/)
|
* [@d0ugal](https://github.com/d0ugal/)
|
||||||
* [@waylan](https://github.com/waylan/)
|
* [@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)
|
## Version 0.16 (2016-11-04)
|
||||||
|
|
||||||
### Major Additions to Version 0.16.0
|
### Major Additions to Version 0.16.0
|
||||||
|
|||||||
@@ -9,4 +9,4 @@ if sys.version_info < (2, 7):
|
|||||||
sys.stderr.write(("WARNING: Support for Python 2.6 will be dropped in the "
|
sys.stderr.write(("WARNING: Support for Python 2.6 will be dropped in the "
|
||||||
"1.0.0 release of MkDocs\n\n"))
|
"1.0.0 release of MkDocs\n\n"))
|
||||||
|
|
||||||
__version__ = '0.16.0'
|
__version__ = '0.16.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user