diff --git a/README.rst b/README.rst index 306b0de..c33120c 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,12 @@ Changelog This project adheres to `Semantic Versioning `_. +1.0.1 - 2019-04-23 +------------------ + +Changes + * Update sphinx version from 1.8.4 to 1.8.5 + 1.0.0 - 2018-12-08 ------------------ diff --git a/setup.py b/setup.py index 3a6dd88..346b090 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ IMPORT = 'sphinxcontrib.versioning' INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx'] LICENSE = 'MIT' NAME = 'sphinx-versions' -VERSION = '1.0.0' +VERSION = '1.0.1' def readme(path='README.rst'): diff --git a/sphinxcontrib/versioning/__init__.py b/sphinxcontrib/versioning/__init__.py index 9274e82..afa1eaa 100644 --- a/sphinxcontrib/versioning/__init__.py +++ b/sphinxcontrib/versioning/__init__.py @@ -4,4 +4,4 @@ Sphinx extension that allows building versioned docs for self-hosting. __author__ = 'Smile' __license__ = 'MIT' -__version__ = '1.0.0' +__version__ = '1.0.1'