We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70adae9 commit a59ade7Copy full SHA for a59ade7
docs/about/release-notes.md
@@ -13,7 +13,7 @@ You can determine your currently installed version using `mkdocs --version`:
13
$ mkdocs --version
14
mkdocs, version 0.14.0
15
16
-## Version 0.15.0 (2015-??-??)
+## Version 0.15.0 (2016-01-21)
17
18
### Major Additions to Version 0.15.0
19
mkdocs/__init__.py
@@ -9,4 +9,4 @@
9
sys.stderr.write(("WARNING: Support for Python 2.6 will be dropped in the "
10
"1.0.0 release of MkDocs\n\n"))
11
12
-__version__ = '0.15.0.dev'
+__version__ = '0.15.0'
0 commit comments