Bump version to 0.15.2

This commit is contained in:
Dougal Matthews
2016-02-08 09:08:31 +00:00
parent 2cb4ffadbd
commit 09253e9cac
2 changed files with 2 additions and 2 deletions

View File

@@ -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).

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.15.1'
__version__ = '0.15.2'