We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5c4a7 commit 954b4cbCopy full SHA for 954b4cb
docs/about/release-notes.md
@@ -21,6 +21,10 @@ The current and past members of the MkDocs team.
21
* [@d0ugal](https://github.com/d0ugal/)
22
* [@waylan](https://github.com/waylan/)
23
24
+## Version 1.0.2 (2018-08-22)
25
+
26
+* Bugfix: Provide absolute `base_url` to error templates (#1598).
27
28
## Version 1.0.1 (2018-08-13)
29
30
* Bugfix: Prevent page reload when [Enter] is pressed in search box (#1589).
mkdocs/__init__.py
@@ -4,4 +4,4 @@
4
from __future__ import unicode_literals
5
6
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
7
-__version__ = '1.0.1'
+__version__ = '1.0.2'
0 commit comments