1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Prepare 0.2.4 release

This commit is contained in:
squidfunk 2016-06-26 14:16:59 +02:00
parent fc6b086db4
commit 57f51f3a3d
6 changed files with 5 additions and 8 deletions

View File

@ -1,4 +1,4 @@
mkdocs-material-0.2.4 (2016-06-xx)
mkdocs-material-0.2.4 (2016-06-26)
* Fixed improperly set set default favicon
* Fixed #33: Protocol relative URL for webfonts doesn't work with file://

View File

@ -1,7 +1,6 @@
# Material
[![Travis CI][travis-image]][travis-link]
[![PyPI Downloads][pypi-dl-image]][pypi-dl-link]
[![PyPI Version][pypi-v-image]][pypi-v-link]
A material design theme for [MkDocs](http://www.mkdocs.org).
@ -51,7 +50,5 @@ IN THE SOFTWARE.
[travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg
[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-link]: https://pypi.python.org/pypi/mkdocs-material

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "0.2.3",
"version": "0.2.4",
"description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [

View File

@ -36,7 +36,7 @@ theme_dir: material
# Options
extra:
version: 0.2.3
version: 0.2.4
logo: images/logo.png
author:
github: squidfunk

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "0.2.3",
"version": "0.2.4",
"description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [

View File

@ -23,7 +23,7 @@ from setuptools import setup, find_packages
# Package description
setup(
name = 'mkdocs-material',
version = '0.2.3',
version = '0.2.4',
url = 'http://squidfunk.github.io/mkdocs-material/',
license = 'MIT',
description = 'A material design theme for MkDocs',