Skip to content

Commit 57f51f3

Browse files
committed
Prepare 0.2.4 release
1 parent fc6b086 commit 57f51f3

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs-material-0.2.4 (2016-06-xx)
1+
mkdocs-material-0.2.4 (2016-06-26)
22

33
* Fixed improperly set set default favicon
44
* Fixed #33: Protocol relative URL for webfonts doesn't work with file://

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Material
22

33
[![Travis CI][travis-image]][travis-link]
4-
[![PyPI Downloads][pypi-dl-image]][pypi-dl-link]
54
[![PyPI Version][pypi-v-image]][pypi-v-link]
65

76
A material design theme for [MkDocs](http://www.mkdocs.org).
@@ -51,7 +50,5 @@ IN THE SOFTWARE.
5150
5251
[travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg
5352
[travis-link]: https://travis-ci.org/squidfunk/mkdocs-material
54-
[pypi-dl-image]: https://img.shields.io/pypi/dm/mkdocs-material.png
55-
[pypi-dl-link]: https://pypi.python.org/pypi/mkdocs-material
5653
[pypi-v-image]: https://img.shields.io/pypi/v/mkdocs-material.png
5754
[pypi-v-link]: https://pypi.python.org/pypi/mkdocs-material

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "A material design theme for MkDocs",
55
"homepage": "http://squidfunk.github.io/mkdocs-material/",
66
"authors": [

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ theme_dir: material
3636

3737
# Options
3838
extra:
39-
version: 0.2.3
39+
version: 0.2.4
4040
logo: images/logo.png
4141
author:
4242
github: squidfunk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "A material design theme for MkDocs",
55
"homepage": "http://squidfunk.github.io/mkdocs-material/",
66
"authors": [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Package description
2424
setup(
2525
name = 'mkdocs-material',
26-
version = '0.2.3',
26+
version = '0.2.4',
2727
url = 'http://squidfunk.github.io/mkdocs-material/',
2828
license = 'MIT',
2929
description = 'A material design theme for MkDocs',

0 commit comments

Comments
 (0)