Prepare 1.0.4 release

This commit is contained in:
squidfunk 2017-02-16 23:13:28 +01:00 committed by Martin Donath
parent 4927e57c88
commit 8f5aa8ad5f
3 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,10 @@
mkdocs-material-1.0.4 (2017-02-16)
* Fixed #142: Documentation build errors if h1 is defined as raw HTML
* Fixed #164: PyPI release does not build and install
* Fixed offsets of targeted headlines
* Increased sidebar font size by 0.12rem
mkdocs-material-1.0.3 (2017-01-22)
* Fixed #117: Table of contents items don't blur on fast scrolling

View File

@ -12,11 +12,21 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.0.3
# Version 1.0.4
```
## Changelog
### 1.0.4 <small> _ February 16, 2017</small>
* Fixed [#142][142]: Documentation build errors if `h1` is defined as raw HTML
* Fixed [#164][164]: PyPI release does not build and install
* Fixed offsets of targeted headlines
* Increased sidebar font size by `0.12rem`
[142]: https://github.com/squidfunk/mkdocs-material/issues/142
[164]: https://github.com/squidfunk/mkdocs-material/issues/164
### 1.0.3 <small> _ January 22, 2017</small>
* Fixed [#117][117]: Table of contents items don't blur on fast scrolling

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",