Skip to content
Snippets Groups Projects
Commit 7f377984 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 1.1.1 release

parent fc4a4663
Branches
Tags 1.1.1
No related merge requests found
mkdocs-material-1.1.1 (2017-02-26)
* Fixed incorrectly displayed nested lists when using tabs
mkdocs-material-1.1.0 (2017-02-26)
* Added tabs navigation feature (optional)
......
......@@ -12,11 +12,15 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.1.0
# Version 1.1.1
```
## Changelog
### 1.1.1 <small> _ February 26, 2017</small>
* Fixed incorrectly displayed nested lists when using tabs
### 1.1.0 <small> _ February 26, 2017</small>
* Added tabs navigation feature (optional)
......
......@@ -19,7 +19,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.1.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.1.1">
{% endblock %}
{% block htmltitle %}
{% if page.title and not page.is_homepage %}
......
{
"name": "mkdocs-material",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment