Skip to content

Commit a59ade7

Browse files
committed
Bump version to 0.15.0
1 parent 70adae9 commit a59ade7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/about/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can determine your currently installed version using `mkdocs --version`:
1313
$ mkdocs --version
1414
mkdocs, version 0.14.0
1515

16-
## Version 0.15.0 (2015-??-??)
16+
## Version 0.15.0 (2016-01-21)
1717

1818
### Major Additions to Version 0.15.0
1919

mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
sys.stderr.write(("WARNING: Support for Python 2.6 will be dropped in the "
1010
"1.0.0 release of MkDocs\n\n"))
1111

12-
__version__ = '0.15.0.dev'
12+
__version__ = '0.15.0'

0 commit comments

Comments
 (0)