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 #6: Include multiple color palettes via mkdocs.yml
* Fixed #7: Better colors for links inside admonition notes and warnings * Fixed #7: Better colors for links inside admonition notes and warnings

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "0.1.3", "version": "0.2.0",
"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": [

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "0.1.3", "version": "0.2.0",
"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": [

View File

@ -23,7 +23,7 @@ from setuptools import setup, find_packages
# Package description # Package description
setup( setup(
name = 'mkdocs-material', name = 'mkdocs-material',
version = '0.1.3', version = '0.2.0',
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',