Version 1.2.1

pull/185/head v1.2.1
Ashley Whetter 5 years ago
parent 74889a9d07
commit daa5ce24a5

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

@ -54,7 +54,7 @@ author = u'Read the Docs, Inc'
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2.0'
release = '1.2.1'
# 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.2.0',
version='1.2.1',
author='Eric Holscher',
author_email='eric@ericholscher.com',
url='http://github.com/rtfd/sphinx-autoapi',

Loading…
Cancel
Save