Skip to content

Commit

Permalink
release v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Apr 4, 2021
1 parent 5a2b074 commit 03cd954
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Troubleshooting/FAQ
Changelog
---

### 3.1 - unreleased
### 3.1 - 2021-04-03

* Add Python 3.8 support, drop 3.3 and 3.4. Python 3.5 is now the minimum required version.
* Add [Pixelfed](https://pixelfed.org/) support, heavily based on Mastodon.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
# built documents.
#
# The short X.Y version.
version = '3.0'
version = '3.1'
# The full version, including alpha/beta/rc tags.
release = '3.0'
release = '3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
41 changes: 23 additions & 18 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ just ``sudo python2 -m pip install grpcio``.
Changelog
---------
3.1 - unreleased
3.1 - 2021-04-03
~~~~~~~~~~~~~~~~
- Add Python 3.8 support, drop 3.3 and 3.4. Python 3.5 is now the
Expand All @@ -296,6 +296,11 @@ Changelog
Mastodon.
- Add `Reddit <https://pixelfed.org/>`__ support. Thanks `Will
Stedden <https://bonkerfield.org/>`__!
- WordPress.com:
- Handle errors from access token request.
.. _section-1:
3.0 - 2020-03-14
~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -366,7 +371,7 @@ Non-breaking changes:
``<div>``, eg as Bootstrap columns.
- Add new ``image_file`` kwarg to ``StartHandler.button_html()``
.. _section-1:
.. _section-2:
2.2 - 2019-11-01
~~~~~~~~~~~~~~~~
Expand All @@ -388,7 +393,7 @@ Non-breaking changes:
`ujson <https://github.com/esnme/ultrajson/>`__ (built into App
Engine) to speed up JSON parsing and encoding.
.. _section-2:
.. _section-3:
2.0 - 2019-02-25
~~~~~~~~~~~~~~~~
Expand All @@ -405,7 +410,7 @@ Non-breaking changes:
- webutil.logs: return HTTP 400 if ``start_time`` is before 2008-04-01
(App Engine’s rough launch window).
.. _section-3:
.. _section-4:
1.14 - 2018-11-12
~~~~~~~~~~~~~~~~~
Expand All @@ -418,7 +423,7 @@ Non-breaking changes:
endpoint <https://developers.googleblog.com/2018/03/discontinuing-support-for-json-rpc-and.html>`__.
- Other minor internal updates.
.. _section-4:
.. _section-5:
1.13 - 2018-08-08
~~~~~~~~~~~~~~~~~
Expand All @@ -427,14 +432,14 @@ Non-breaking changes:
form-encoded
(`snarfed/bridgy#809 <https://github.com/snarfed/bridgy/issues/809>`__).
.. _section-5:
.. _section-6:
1.12 - 2018-03-24
~~~~~~~~~~~~~~~~~
- More Python 3 updates and bug fixes in webutil.util.
.. _section-6:
.. _section-7:
1.11 - 2018-03-08
~~~~~~~~~~~~~~~~~
Expand All @@ -450,14 +455,14 @@ Non-breaking changes:
- Add Python 3 support to webutil.util!
- Add humanize dependency for webutil.logs.
.. _section-7:
.. _section-8:
1.10 - 2017-12-10
~~~~~~~~~~~~~~~~~
Mostly just internal changes to webutil to support granary v1.10.
.. _section-8:
.. _section-9:
1.9 - 2017-10-24
~~~~~~~~~~~~~~~~
Expand All @@ -468,7 +473,7 @@ Mostly just internal changes to webutil to support granary v1.9.
- Handle punctuation in error messages.
.. _section-9:
.. _section-10:
1.8 - 2017-08-29
~~~~~~~~~~~~~~~~
Expand All @@ -491,14 +496,14 @@ Mostly just internal changes to webutil to support granary v1.9.
from ``me`` parameter, `which is going
away <https://github.com/aaronpk/IndieAuth.com/issues/167>`__.
.. _section-10:
.. _section-11:
1.7 - 2017-02-27
~~~~~~~~~~~~~~~~
- Updates to bundled webutil library, notably WideUnicode class.
.. _section-11:
.. _section-12:
1.6 - 2016-11-21
~~~~~~~~~~~~~~~~
Expand All @@ -507,21 +512,21 @@ Mostly just internal changes to webutil to support granary v1.9.
`oauth-dropins.readthedocs.io <http://oauth-dropins.readthedocs.io/>`__.
- Fix Dropbox bug with fetching access token.
.. _section-12:
.. _section-13:
1.5 - 2016-08-25
~~~~~~~~~~~~~~~~
- Add `Medium <https://medium.com/>`__.
.. _section-13:
.. _section-14:
1.4 - 2016-06-27
~~~~~~~~~~~~~~~~
- Upgrade Facebook API from v2.2 to v2.6.
.. _section-14:
.. _section-15:
1.3 - 2016-04-07
~~~~~~~~~~~~~~~~
Expand All @@ -530,7 +535,7 @@ Mostly just internal changes to webutil to support granary v1.9.
- More consistent logging of HTTP requests.
- Set up Coveralls.
.. _section-15:
.. _section-16:
1.2 - 2016-01-11
~~~~~~~~~~~~~~~~
Expand All @@ -544,15 +549,15 @@ Mostly just internal changes to webutil to support granary v1.9.
- Add developer setup and troubleshooting docs.
- Set up CircleCI.
.. _section-16:
.. _section-17:
1.1 - 2015-09-06
~~~~~~~~~~~~~~~~
- Flickr: split out flickr_auth.py file.
- Add a number of utility functions to webutil.
.. _section-17:
.. _section-18:
1.0 - 2015-06-27
~~~~~~~~~~~~~~~~
Expand Down
10 changes: 7 additions & 3 deletions docs/source/oauth_dropins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Reference documentation.
oauth_dropins


blogger_v2
----------
.. automodule:: oauth_dropins.blogger_v2
blogger
-------
.. automodule:: oauth_dropins.blogger

disqus
------
Expand Down Expand Up @@ -71,6 +71,10 @@ models
------
.. automodule:: oauth_dropins.models

pixelfed
--------
.. automodule:: oauth_dropins.pixelfed

reddit
------
.. automodule:: oauth_dropins.reddit
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


setup(name='oauth-dropins',
version='3.0',
version='3.1',
description='Drop-in App Engine OAuth client handlers for many popular sites.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 03cd954

Please sign in to comment.