Skip to content
Snippets Groups Projects
Commit 57f51f3a authored by squidfunk's avatar squidfunk
Browse files

Prepare 0.2.4 release

parent fc6b086d
Branches
Tags 0.2.4
No related merge requests found
mkdocs-material-0.2.4 (2016-06-xx) mkdocs-material-0.2.4 (2016-06-26)
* Fixed improperly set set default favicon * Fixed improperly set set default favicon
* Fixed #33: Protocol relative URL for webfonts doesn't work with file:// * Fixed #33: Protocol relative URL for webfonts doesn't work with file://
......
# Material # Material
[![Travis CI][travis-image]][travis-link] [![Travis CI][travis-image]][travis-link]
[![PyPI Downloads][pypi-dl-image]][pypi-dl-link]
[![PyPI Version][pypi-v-image]][pypi-v-link] [![PyPI Version][pypi-v-image]][pypi-v-link]
A material design theme for [MkDocs](http://www.mkdocs.org). A material design theme for [MkDocs](http://www.mkdocs.org).
...@@ -51,7 +50,5 @@ IN THE SOFTWARE. ...@@ -51,7 +50,5 @@ IN THE SOFTWARE.
[travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg [travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg
[travis-link]: https://travis-ci.org/squidfunk/mkdocs-material [travis-link]: https://travis-ci.org/squidfunk/mkdocs-material
[pypi-dl-image]: https://img.shields.io/pypi/dm/mkdocs-material.png
[pypi-dl-link]: https://pypi.python.org/pypi/mkdocs-material
[pypi-v-image]: https://img.shields.io/pypi/v/mkdocs-material.png [pypi-v-image]: https://img.shields.io/pypi/v/mkdocs-material.png
[pypi-v-link]: https://pypi.python.org/pypi/mkdocs-material [pypi-v-link]: https://pypi.python.org/pypi/mkdocs-material
\ No newline at end of file
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "0.2.3", "version": "0.2.4",
"description": "A material design theme for MkDocs", "description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/", "homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [ "authors": [
......
...@@ -36,7 +36,7 @@ theme_dir: material ...@@ -36,7 +36,7 @@ theme_dir: material
# Options # Options
extra: extra:
version: 0.2.3 version: 0.2.4
logo: images/logo.png logo: images/logo.png
author: author:
github: squidfunk github: squidfunk
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "0.2.3", "version": "0.2.4",
"description": "A material design theme for MkDocs", "description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/", "homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [ "authors": [
......
...@@ -23,7 +23,7 @@ from setuptools import setup, find_packages ...@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
# Package description # Package description
setup( setup(
name = 'mkdocs-material', name = 'mkdocs-material',
version = '0.2.3', version = '0.2.4',
url = 'http://squidfunk.github.io/mkdocs-material/', url = 'http://squidfunk.github.io/mkdocs-material/',
license = 'MIT', license = 'MIT',
description = 'A material design theme for MkDocs', description = 'A material design theme for MkDocs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment