Version 1.2.0

pull/185/head v1.2.0
Ashley Whetter 5 years ago
parent 28301f1ba4
commit e06fa71dbc

@ -3,7 +3,7 @@ Changelog
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
v1.2.0 (TBC)
v1.2.0 (2019-10-5)
------------
Features

@ -52,9 +52,9 @@ author = u'Read the Docs, Inc'
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name='sphinx-autoapi',
version='1.1.0',
version='1.2.0',
author='Eric Holscher',
author_email='eric@ericholscher.com',
url='http://github.com/rtfd/sphinx-autoapi',

Loading…
Cancel
Save