Skip to content

Commit da3a252

Browse files
committed
Bump version to 1.0.1.
1 parent 7aaf5a6 commit da3a252

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/about/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ 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.1 (2018-08-13)
25+
26+
* Bugfix: Prevent page reload when [Enter] is pressed in search box (#1589).
27+
* Bugfix: Avoid calling `search` until all assets are ready (#1584).
28+
* Bugfix: Exclude `README.md` if `index.md` is present (#1580).
29+
* Bugfix: Fix `readthedocs` theme navigation bug with homepage (#1576).
30+
2431
## Version 1.0 (2018-08-03)
2532

2633
### Major Additions to Version 1.0

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'
7+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)