Bump version to 1.0.3.

This commit is contained in:
Waylan Limberg
2018-08-29 13:32:11 -04:00
parent 9b116b5fbc
commit 6a57799769
2 changed files with 6 additions and 1 deletions

View File

@@ -21,6 +21,11 @@ The current and past members of the MkDocs team.
* [@d0ugal](https://github.com/d0ugal/)
* [@waylan](https://github.com/waylan/)
## Version 1.0.3 (2018-08-29)
* Bugfix: Warn on relative paths in navigation (#1604).
* Bugfix: Handle empty `theme_config.yml` files correctly (#1602).
## Version 1.0.2 (2018-08-22)
* Bugfix: Provide absolute `base_url` to error templates (#1598).

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.2'
__version__ = '1.0.3'