From 75488b59ed95efe8a6c43be03c38e8c4a3c9aca7 Mon Sep 17 00:00:00 2001 From: Cyrille GACHOT Date: Thu, 18 Jul 2019 16:11:52 +0200 Subject: [PATCH] Prepare version 1.1.3 --- setup.py | 2 +- sphinxcontrib/versioning/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4ed1421..f345bc9 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.1.2' +VERSION = '1.1.3' def readme(path='README.rst'): diff --git a/sphinxcontrib/versioning/__init__.py b/sphinxcontrib/versioning/__init__.py index e68d08c..de1f067 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.1.2' +__version__ = '1.1.3'