Prepare version 1.0.1

This commit is contained in:
Cyrille GACHOT 2019-04-23 10:26:31 +02:00
parent 12ce161760
commit 133d522ee6
3 changed files with 8 additions and 2 deletions

View file

@ -29,6 +29,12 @@ Changelog
This project adheres to `Semantic Versioning <http://semver.org/>`_. This project adheres to `Semantic Versioning <http://semver.org/>`_.
1.0.1 - 2019-04-23
------------------
Changes
* Update sphinx version from 1.8.4 to 1.8.5
1.0.0 - 2018-12-08 1.0.0 - 2018-12-08
------------------ ------------------

View file

@ -13,7 +13,7 @@ IMPORT = 'sphinxcontrib.versioning'
INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx'] INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx']
LICENSE = 'MIT' LICENSE = 'MIT'
NAME = 'sphinx-versions' NAME = 'sphinx-versions'
VERSION = '1.0.0' VERSION = '1.0.1'
def readme(path='README.rst'): def readme(path='README.rst'):

View file

@ -4,4 +4,4 @@ Sphinx extension that allows building versioned docs for self-hosting.
__author__ = 'Smile' __author__ = 'Smile'
__license__ = 'MIT' __license__ = 'MIT'
__version__ = '1.0.0' __version__ = '1.0.1'