Dump version to 1.0.2

This commit is contained in:
Waylan Limberg
2018-08-22 11:26:16 -04:00
parent 1a5c4a7f6c
commit 954b4cb0da
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.2 (2018-08-22)
* Bugfix: Provide absolute `base_url` to error templates (#1598).
## Version 1.0.1 (2018-08-13)
* Bugfix: Prevent page reload when [Enter] is pressed in search box (#1589).

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.1'
__version__ = '1.0.2'