Bump version to 0.15.0

This commit is contained in:
Dougal Matthews
2016-01-21 09:48:48 +00:00
parent 70adae9ad8
commit a59ade70ec
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ You can determine your currently installed version using `mkdocs --version`:
$ mkdocs --version
mkdocs, version 0.14.0
## Version 0.15.0 (2015-??-??)
## Version 0.15.0 (2016-01-21)
### Major Additions to Version 0.15.0

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.0.dev'
__version__ = '0.15.0'