Version 1.3.0

pull/199/head v1.3.0
Ashley Whetter 4 years ago
parent 6bfe168abe
commit 3eb33270c5

@ -3,7 +3,7 @@ Changelog
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``). Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
v1.3.0 (TBC) v1.3.0 (2020-04-05)
------------ ------------
Breaking Changes Breaking Changes
@ -46,7 +46,7 @@ Trivial/Internal Changes
* Tests are now included in the sdist. * Tests are now included in the sdist.
v1.2.1 (2019-10-9) v1.2.1 (2019-10-09)
------------------ ------------------
Bug Fixes Bug Fixes
@ -56,7 +56,7 @@ Bug Fixes
directives. directives.
v1.2.0 (2019-10-5) v1.2.0 (2019-10-05)
------------------ ------------------
Features Features

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup( setup(
name="sphinx-autoapi", name="sphinx-autoapi",
version="1.2.1", version="1.3.0",
author="Eric Holscher", author="Eric Holscher",
author_email="eric@ericholscher.com", author_email="eric@ericholscher.com",
url="http://github.com/readthedocs/sphinx-autoapi", url="http://github.com/readthedocs/sphinx-autoapi",

Loading…
Cancel
Save