Added a note about the point release

This commit is contained in:
Dougal Matthews
2015-04-14 09:31:14 +01:00
parent 0a00a6d394
commit 81f4d696ae

View File

@@ -8,9 +8,18 @@ To upgrade MkDocs to the latest version, use pip:
pip install -U mkdocs
You can determine your currently installed version using `pip freeze`:
You can determine your currently installed version using `mkdocs` with no arguements and the version is included in the output:
$ mkdocs
MkDocs (version 0.12.0)
mkdocs [help|new|build|serve|gh-deploy|json] {options}
## Version 0.12.1 (2015-04-14)
* Bugfix: Fixed a CSS bug in the table of contents on some browsers where the
bottom item was not clickable.
pip freeze | grep mkdocs
## Version 0.12.0 (2015-04-14)