From cb032b6920c46f61902d205c20904b648e6d95a2 Mon Sep 17 00:00:00 2001 From: Ashley Whetter Date: Mon, 20 Aug 2018 11:19:29 -0700 Subject: [PATCH] v0.6.0 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5087481..cb774b2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ author = u'Read the Docs, Inc' # built documents. # # The short X.Y version. -version = '0.5' +version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 28b1400..aab1ba6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='sphinx-autoapi', - version='0.5.0', + version='0.6.0', author='Eric Holscher', author_email='eric@ericholscher.com', url='http://github.com/rtfd/sphinx-autoapi',