Skip to content
Snippets Groups Projects
Commit 573b7488 authored by squidfunk's avatar squidfunk
Browse files

Prepare 0.2.0 release

parent a65b1a05
No related branches found
No related tags found
No related merge requests found
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
......
{ {
"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": [
......
...@@ -36,17 +36,11 @@ theme_dir: material ...@@ -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:
......
{ {
"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": [
......
...@@ -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.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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment