From b2e88449376467c4c7db90c2c2c964eb9936a30c Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 16 Jul 2018 11:36:24 -0400 Subject: [PATCH] Update to version 1.2 --- README.md | 16 +++++++++++++--- setup.py | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d77e7f..e23c686 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,21 @@ example rather than an example of a usable theme. https://mkdocs.github.io/mkdocs-basic-theme/ -[![PyPI Downloads][pypi-dl-image]][pypi-dl-link] [![PyPI Version][pypi-v-image]][pypi-v-link] -[pypi-dl-image]: https://img.shields.io/pypi/dm/mkdocs-basic-theme.png -[pypi-dl-link]: https://pypi.python.org/pypi/mkdocs-basic-theme [pypi-v-image]: https://img.shields.io/pypi/v/mkdocs-basic-theme.png [pypi-v-link]: https://pypi.python.org/pypi/mkdocs-basic-theme +## Release Notes + +### Version 1.2 + +Updated for MkDocs version 1.0. + +### Version 1.0.1 + +Minor adjustments to description, etc. + +### Version 1.0 + +Initial Release diff --git a/setup.py b/setup.py index 23a2e19..8f4fd55 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '1.0.1' +VERSION = '1.2' setup(