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

Prepare 1.5.2 release

parent 85d0a827
Branches
Tags
No related merge requests found
mkdocs-material-1.5.2 (2017-04-05)
* Added requirements as explicit dependencies in setup.py
* Fixed non-synchronized transitions in search form
mkdocs-material-1.5.1 (2017-03-30)
* Fixed rendering and offset of targetted footnotes
......
......@@ -12,11 +12,16 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.5.1
# Version 1.5.2
```
## Changelog
### 1.5.2 <small> _ April 5, 2017</small>
* Added requirements as explicit dependencies in `setup.py`
* Fixed non-synchronized transitions in search form
### 1.5.1 <small> _ March 30, 2017</small>
* Fixed rendering and offset of targetted footnotes
......
......@@ -23,7 +23,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.5.2">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}
......
{
"name": "mkdocs-material",
"version": "1.5.1",
"version": "1.5.2",
"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