1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Prepare 0.2.3 release

This commit is contained in:
squidfunk 2016-05-16 16:48:11 +02:00
parent e30b60b1e6
commit a1a896e1bb
5 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
mkdocs-material-0.2.3 (2016-XX-XX)
mkdocs-material-0.2.3 (2016-05-16)
* Fixed #25: Highlight inline fenced blocks
* Fixed #26: Better highlighting for keystrokes
* Fixed #30: Suboptimal syntax highlighting for PHP
mkdocs-material-0.2.2 (2016-03-20)

View File

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

View File

@ -36,7 +36,7 @@ theme_dir: material
# Options
extra:
version: 0.2.2
version: 0.2.3
logo: images/logo.png
author:
github: squidfunk

View File

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