Skip to content

Commit

Permalink
Bump version to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
waylan committed Aug 29, 2018
1 parent 9b116b5 commit 6a57799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6a57799

Please sign in to comment.