diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b3e65dc..14c2c38 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Changelog Versions follow `Semantic Versioning `_ (``..``). -v1.3.0 (TBC) +v1.3.0 (2020-04-05) ------------ Breaking Changes @@ -46,7 +46,7 @@ Trivial/Internal Changes * Tests are now included in the sdist. -v1.2.1 (2019-10-9) +v1.2.1 (2019-10-09) ------------------ Bug Fixes @@ -56,7 +56,7 @@ Bug Fixes directives. -v1.2.0 (2019-10-5) +v1.2.0 (2019-10-05) ------------------ Features diff --git a/setup.py b/setup.py index f37c6b3..1fd4283 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name="sphinx-autoapi", - version="1.2.1", + version="1.3.0", author="Eric Holscher", author_email="eric@ericholscher.com", url="http://github.com/readthedocs/sphinx-autoapi",