mirror of
https://github.com/vale981/sphinx-versions
synced 2025-03-04 09:11:38 -05:00
Prepare version 1.1.3
This commit is contained in:
parent
d2dbf784d4
commit
75488b59ed
2 changed files with 2 additions and 2 deletions
2
setup.py
2
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'):
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue