mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 0.2.1 release
This commit is contained in:
parent
a58cb0aea6
commit
4b9c8b9a49
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"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
|
|||||||
|
|
||||||
# Options
|
# Options
|
||||||
extra:
|
extra:
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
logo: images/logo.png
|
logo: images/logo.png
|
||||||
author:
|
author:
|
||||||
github: squidfunk
|
github: squidfunk
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"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": [
|
||||||
|
2
setup.py
2
setup.py
@ -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.0',
|
version = '0.2.1',
|
||||||
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user