Skip to content

Commit 954b4cb

Browse files
committed
Dump version to 1.0.2
1 parent 1a5c4a7 commit 954b4cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/about/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The current and past members of the MkDocs team.
2121
* [@d0ugal](https://github.com/d0ugal/)
2222
* [@waylan](https://github.com/waylan/)
2323

24+
## Version 1.0.2 (2018-08-22)
25+
26+
* Bugfix: Provide absolute `base_url` to error templates (#1598).
27+
2428
## Version 1.0.1 (2018-08-13)
2529

2630
* Bugfix: Prevent page reload when [Enter] is pressed in search box (#1589).

mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from __future__ import unicode_literals
55

66
# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
7-
__version__ = '1.0.1'
7+
__version__ = '1.0.2'

0 commit comments

Comments
 (0)