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

Prepare 0.2.3 release

parent e30b60b1
Branches
Tags 0.2.3
No related merge requests found
mkdocs-material-0.2.3 (2016-XX-XX) mkdocs-material-0.2.3 (2016-05-16)
* Fixed #25: Highlight inline fenced blocks * Fixed #25: Highlight inline fenced blocks
* Fixed #26: Better highlighting for keystrokes
* Fixed #30: Suboptimal syntax highlighting for PHP * Fixed #30: Suboptimal syntax highlighting for PHP
mkdocs-material-0.2.2 (2016-03-20) mkdocs-material-0.2.2 (2016-03-20)
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "0.2.2", "version": "0.2.3",
"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,7 +36,7 @@ theme_dir: material ...@@ -36,7 +36,7 @@ theme_dir: material
# Options # Options
extra: extra:
version: 0.2.2 version: 0.2.3
logo: images/logo.png logo: images/logo.png
author: author:
github: squidfunk github: squidfunk
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "0.2.2", "version": "0.2.3",
"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.2.2', version = '0.2.3',
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