Bump version to 1.0.4.

This commit is contained in:
Waylan Limberg
2018-09-07 11:42:27 -04:00
parent d0c39749b2
commit 592e0852fe
2 changed files with 5 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ The current and past members of the MkDocs team.
* [@d0ugal](https://github.com/d0ugal/)
* [@waylan](https://github.com/waylan/)
## Version 1.0.4 (2018-09-07)
* Bugfix: Ignore absolute links in Markdown (#1621).
## Version 1.0.3 (2018-08-29)
* Bugfix: Warn on relative paths in navigation (#1604).

View File

@@ -4,4 +4,4 @@
from __future__ import unicode_literals
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
__version__ = '1.0.3'
__version__ = '1.0.4'