Prepare 0.2.0 release

This commit is contained in:
squidfunk 2016-02-24 18:11:04 +01:00
parent a65b1a05d8
commit 573b74881d
5 changed files with 5 additions and 11 deletions

View File

@ -1,4 +1,4 @@
mkdocs-material-0.2.0 (2016-xx-xx)
mkdocs-material-0.2.0 (2016-02-24)
* Fixed #6: Include multiple color palettes via mkdocs.yml
* Fixed #7: Better colors for links inside admonition notes and warnings

View File

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

View File

@ -36,17 +36,11 @@ theme_dir: material
# Options
extra:
version: 0.1.3
version: 0.2.0
logo: images/logo.png
font:
text: Ubuntu
code: Ubuntu Mono
author:
github: squidfunk
twitter: squidfunk
i18n:
prev: Prev
next: Next
# Extensions
markdown_extensions:

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "0.1.3",
"version": "0.2.0",
"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.1.3',
version = '0.2.0',
url = 'http://squidfunk.github.io/mkdocs-material/',
license = 'MIT',
description = 'A material design theme for MkDocs',