Bump version to 1.0.1.

This commit is contained in:
Waylan Limberg
2018-08-13 13:19:42 -04:00
parent 7aaf5a685c
commit da3a252cde
2 changed files with 8 additions and 1 deletions

View File

@@ -21,6 +21,13 @@ The current and past members of the MkDocs team.
* [@d0ugal](https://github.com/d0ugal/)
* [@waylan](https://github.com/waylan/)
## Version 1.0.1 (2018-08-13)
* Bugfix: Prevent page reload when [Enter] is pressed in search box (#1589).
* Bugfix: Avoid calling `search` until all assets are ready (#1584).
* Bugfix: Exclude `README.md` if `index.md` is present (#1580).
* Bugfix: Fix `readthedocs` theme navigation bug with homepage (#1576).
## Version 1.0 (2018-08-03)
### Major Additions to Version 1.0

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