From 81f4d696ae1be9622ba40279b5cc509215b22bd6 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 14 Apr 2015 09:31:14 +0100 Subject: [PATCH] Added a note about the point release --- docs/about/release-notes.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index a0cda862..5dea9c5e 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -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)