From 09253e9cacd31bb0dc0ef37b26debfc5100888fa Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Mon, 8 Feb 2016 09:08:31 +0000 Subject: [PATCH] Bump version to 0.15.2 --- docs/about/release-notes.md | 2 +- mkdocs/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 7a898e4f..b34e37cb 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -14,7 +14,7 @@ You can determine your currently installed version using `mkdocs --version`: mkdocs, version 0.14.0 -## Version 0.15.2 (2016-02-05) +## Version 0.15.2 (2016-02-08) * Fix and incorrect warning that states external themes [will be removed from MkDocs](#add-support-for-installable-themes). diff --git a/mkdocs/__init__.py b/mkdocs/__init__.py index b6c5abdc..fe6daf85 100644 --- a/mkdocs/__init__.py +++ b/mkdocs/__init__.py @@ -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.15.1' +__version__ = '0.15.2'