Skip to content
Snippets Groups Projects
Unverified Commit a7da5d5d authored by Martin Donath's avatar Martin Donath Committed by GitHub
Browse files

Merge pull request #637 from squidfunk/chore/prepare-2-2-3-release

Prepare 2.2.3 release
parents 6182309e 691438da
Branches
Tags 2.2.3
No related merge requests found
mkdocs-material-2.2.3 (2017-12-13)
* Fixed #630: Admonition sets padding on any last child
* Adjusted Chinese (Traditional) translations
mkdocs-material-2.2.2 (2017-12-08) mkdocs-material-2.2.2 (2017-12-08)
* Added Dutch translations * Added Dutch translations
......
...@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command: ...@@ -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.2.2 # Version 2.2.3
``` ```
### Material 1.x to 2.x ### Material 1.x to 2.x
...@@ -38,6 +38,11 @@ pip show mkdocs-material | grep -E ^Version ...@@ -38,6 +38,11 @@ pip show mkdocs-material | grep -E ^Version
## Changelog ## Changelog
### 2.2.3 <small>_ December 13, 2017</small>
* Fixed #630: Admonition sets padding on any last child
* Adjusted Chinese (Traditional) translations
### 2.2.2 <small>_ December 8, 2017</small> ### 2.2.2 <small>_ December 8, 2017</small>
* Added Dutch translations * Added Dutch translations
......
...@@ -34,7 +34,7 @@ ...@@ -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.2.2"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.2.3">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta and page.meta.title %} {% if page and page.meta and page.meta.title %}
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "2.2.2", "version": "2.2.3",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment