diff --git a/README.md b/README.md index 658ac942..58b282b7 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ you have it as a relative directory. pip requires fully qualified directories. Changelog --- -### 1.6 - unreleased +### 1.6 - 2016-11-21 * Add auto-generated docs with Sphinx. Published at [oauth-dropins.readthedocs.io](http://oauth-dropins.readthedocs.io/). * Fix Dropbox bug with fetching access token. diff --git a/docs/conf.py b/docs/conf.py index 4207883a..554e6c8e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,9 +78,9 @@ # built documents. # # The short X.Y version. -version = '1.5' +version = '1.6' # The full version, including alpha/beta/rc tags. -release = '1.5' +release = '1.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index c3ca8fe4..3972ce4e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -339,7 +339,7 @@ If you really want ``-t``, try removing the ``-e`` from the lines in Changelog --------- -1.6 - unreleased +1.6 - 2016-11-21 ~~~~~~~~~~~~~~~~ - Add auto-generated docs with Sphinx. Published at diff --git a/setup.py b/setup.py index c7c91108..39c4f2b1 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def __init__(self, *args, **kwargs): setup(name='oauth-dropins', - version='1.5', + version='1.6', description='Drop-in App Engine OAuth client handlers for many popular sites.', long_description=open('README.rst').read(), url='https://github.com/snarfed/oauth-dropins',