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

Prepare 0.2.0 release

parent a65b1a05
Branches
Tags
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 #7: Better colors for links inside admonition notes and warnings
......
{
"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": [
......
......@@ -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:
......
{
"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": [
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment