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

Preparing 0.1.1 release

parent 231131d7
No related branches found
Tags 0.1.1
No related merge requests found
mkdocs-material-0.x.x (2016-xx-xx) [in progress] mkdocs-material-0.1.1 (2016-02-11)
* Fixed #1: GitHub stars don't work if the repo_url ends with a '/' * Fixed #1: GitHub stars don't work if the repo_url ends with a '/'
* Updated npm and bower dependencies to most recent versions * Updated npm and bower dependencies to most recent versions
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "0.1.0", "version": "0.1.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 ...@@ -36,7 +36,7 @@ theme_dir: material
# Options # Options
extra: extra:
version: 0.1.0 version: 0.1.1
logo: images/logo.png logo: images/logo.png
author: author:
github: squidfunk github: squidfunk
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "0.1.0", "version": "0.1.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": [
......
...@@ -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.0', version = '0.1.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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment