Prepare 2.5.5 release

This commit is contained in:
squidfunk 2018-01-31 17:57:26 +01:00 committed by Martin Donath
parent 189d688852
commit 1df3bf2148
6 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,7 @@
mkdocs-material-2.5.5 (2018-01-31)
* Added Hungarian translations
mkdocs-material-2.5.4 (2018-01-29) mkdocs-material-2.5.4 (2018-01-29)
* Fixed #683: gh-deploy fails inside Docker * Fixed #683: gh-deploy fails inside Docker

View File

@ -42,7 +42,7 @@ theme:
## What to expect ## What to expect
* Responsive design and fluid layout for all kinds of screens and devices, * Responsive design and fluid layout for all kinds of screens and devices,
designed to serve your project documentation in a user-friendly way in 17 designed to serve your project documentation in a user-friendly way in 19
languages with optimal readability. languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo; * Easily customizable primary and accent color, fonts, favicon and logo;

View File

@ -34,7 +34,7 @@ theme:
## What to expect ## What to expect
* Responsive design and fluid layout for all kinds of screens and devices, * Responsive design and fluid layout for all kinds of screens and devices,
designed to serve your project documentation in a user-friendly way in 18 designed to serve your project documentation in a user-friendly way in 19
languages with optimal readability. languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo; * Easily customizable primary and accent color, fonts, favicon and logo;

View File

@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
``` sh ``` sh
pip show mkdocs-material | grep -E ^Version pip show mkdocs-material | grep -E ^Version
# Version 2.5.3 # Version 2.5.5
``` ```
### Material 1.x to 2.x ### Material 1.x to 2.x
@ -38,6 +38,10 @@ pip show mkdocs-material | grep -E ^Version
## Changelog ## Changelog
### 2.5.5 <small>_ January 31, 2018</small>
* Added Hungarian translations
### 2.5.4 <small>_ January 29, 2018</small> ### 2.5.4 <small>_ January 29, 2018</small>
* Fixed #683: `gh-deploy` fails inside Docker * Fixed #683: `gh-deploy` fails inside Docker

View File

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

View File

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