Skip to content

Commit

Permalink
release v1.6!
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Nov 21, 2016
1 parent 8a12d9b commit 9469ac4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9469ac4

Please sign in to comment.