1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Prepare 2.9.4 release

This commit is contained in:
squidfunk 2018-07-29 16:58:08 +02:00
parent 4bc97f1f36
commit 6e73e2c76d
6 changed files with 11 additions and 10 deletions

View File

@ -79,16 +79,9 @@ pip install --user urllib3[secure]
python setup.py build sdist bdist_wheel --universal
docker build -t ${TRAVIS_REPO_SLUG} .
# Prepare build regression test
pushd /tmp
mkdocs new test && cd test
# Test Docker image build
docker run --rm -it -v $(pwd):/docs ${TRAVIS_REPO_SLUG} build --theme material
# Return to original directory
popd
# Push release to PyPI
twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*

View File

@ -1,3 +1,7 @@
mkdocs-material-2.9.4 (2018-07-29)
* Fixed build error after MkDocs upgrade
mkdocs-material-2.9.3 (2018-07-29)
* Added link to home for logo in drawer

View File

@ -37,6 +37,10 @@ pip show mkdocs-material
## Changelog
### 2.9.4 <small>_ July 29, 2018</small>
* Fixed build error after MkDocs upgrade
### 2.9.3 <small>_ July 29, 2018</small>
* Added link to home for logo in drawer

View File

@ -36,7 +36,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %}
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.9.3">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.9.4">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "2.9.2",
"version": "2.9.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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