Skip to content

Commit

Permalink
release v6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Sep 15, 2023
1 parent 9d102a8 commit fc10b09
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 26 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ Troubleshooting/FAQ
Changelog
---

### 6.2 - 2023-09-15

Miscellaneous changes in `webutil`.

### 6.1 - 2023-03-22

_Non-breaking changes:_
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
# built documents.
#
# The short X.Y version.
version = '6.1'
version = '6.2'
# The full version, including alpha/beta/rc tags.
release = '6.1'
release = '6.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
55 changes: 33 additions & 22 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,13 @@ If you really want ``-t``, try removing the ``-e`` from the lines in
Changelog
---------

6.2 - 2023-09-15
~~~~~~~~~~~~~~~~

Miscellaneous changes in ``webutil``.

.. _section-1:

6.1 - 2023-03-22
~~~~~~~~~~~~~~~~

Expand All @@ -255,7 +262,11 @@ Changelog
- Store access token and refresh token in ``IndieAuth`` datastore
entities.

.. _section-1:
- Flickr:

- Handle errors from initial OAuth 1.0 authorization request.

.. _section-2:

6.0 - 2022-12-03
~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -301,7 +312,7 @@ Changelog

- Misc webutil updates.

.. _section-2:
.. _section-3:

5.0 - 2022-03-23
~~~~~~~~~~~~~~~~
Expand All @@ -317,7 +328,7 @@ Changelog
- Add ``webutil.util.set_user_agent`` to set ``User-Agent`` header to
be sent with all HTTP requests.

.. _section-3:
.. _section-4:

4.0 - 2021-09-15
~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -353,7 +364,7 @@ Changelog
- ``webutil``: add misc Flask utilities and helpers in new
``flask_util`` module.

.. _section-4:
.. _section-5:

3.1 - 2021-04-03
~~~~~~~~~~~~~~~~
Expand All @@ -368,7 +379,7 @@ Changelog

- Handle errors from access token request.

.. _section-5:
.. _section-6:

3.0 - 2020-03-14
~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -439,7 +450,7 @@ Non-breaking changes:
``<div>``, eg as Bootstrap columns.
- Add new ``image_file`` kwarg to ``StartHandler.button_html()``

.. _section-6:
.. _section-7:

2.2 - 2019-11-01
~~~~~~~~~~~~~~~~
Expand All @@ -461,7 +472,7 @@ Non-breaking changes:
`ujson <https://github.com/esnme/ultrajson/>`__ (built into App
Engine) to speed up JSON parsing and encoding.

.. _section-7:
.. _section-8:

2.0 - 2019-02-25
~~~~~~~~~~~~~~~~
Expand All @@ -478,7 +489,7 @@ Non-breaking changes:
- webutil.logs: return HTTP 400 if ``start_time`` is before 2008-04-01
(App Engine’s rough launch window).

.. _section-8:
.. _section-9:

1.14 - 2018-11-12
~~~~~~~~~~~~~~~~~
Expand All @@ -491,7 +502,7 @@ Non-breaking changes:
endpoint <https://developers.googleblog.com/2018/03/discontinuing-support-for-json-rpc-and.html>`__.
- Other minor internal updates.

.. _section-9:
.. _section-10:

1.13 - 2018-08-08
~~~~~~~~~~~~~~~~~
Expand All @@ -500,14 +511,14 @@ Non-breaking changes:
form-encoded
(`snarfed/bridgy#809 <https://github.com/snarfed/bridgy/issues/809>`__).

.. _section-10:
.. _section-11:

1.12 - 2018-03-24
~~~~~~~~~~~~~~~~~

- More Python 3 updates and bug fixes in webutil.util.

.. _section-11:
.. _section-12:

1.11 - 2018-03-08
~~~~~~~~~~~~~~~~~
Expand All @@ -523,14 +534,14 @@ Non-breaking changes:
- Add Python 3 support to webutil.util!
- Add humanize dependency for webutil.logs.

.. _section-12:
.. _section-13:

1.10 - 2017-12-10
~~~~~~~~~~~~~~~~~

Mostly just internal changes to webutil to support granary v1.10.

.. _section-13:
.. _section-14:

1.9 - 2017-10-24
~~~~~~~~~~~~~~~~
Expand All @@ -541,7 +552,7 @@ Mostly just internal changes to webutil to support granary v1.9.

- Handle punctuation in error messages.

.. _section-14:
.. _section-15:

1.8 - 2017-08-29
~~~~~~~~~~~~~~~~
Expand All @@ -564,14 +575,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-15:
.. _section-16:

1.7 - 2017-02-27
~~~~~~~~~~~~~~~~

- Updates to bundled webutil library, notably WideUnicode class.

.. _section-16:
.. _section-17:

1.6 - 2016-11-21
~~~~~~~~~~~~~~~~
Expand All @@ -580,21 +591,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-17:
.. _section-18:

1.5 - 2016-08-25
~~~~~~~~~~~~~~~~

- Add `Medium <https://medium.com/>`__.

.. _section-18:
.. _section-19:

1.4 - 2016-06-27
~~~~~~~~~~~~~~~~

- Upgrade Facebook API from v2.2 to v2.6.

.. _section-19:
.. _section-20:

1.3 - 2016-04-07
~~~~~~~~~~~~~~~~
Expand All @@ -603,7 +614,7 @@ Mostly just internal changes to webutil to support granary v1.9.
- More consistent logging of HTTP requests.
- Set up Coveralls.

.. _section-20:
.. _section-21:

1.2 - 2016-01-11
~~~~~~~~~~~~~~~~
Expand All @@ -617,15 +628,15 @@ Mostly just internal changes to webutil to support granary v1.9.
- Add developer setup and troubleshooting docs.
- Set up CircleCI.

.. _section-21:
.. _section-22:

1.1 - 2015-09-06
~~~~~~~~~~~~~~~~

- Flickr: split out flickr_auth.py file.
- Add a number of utility functions to webutil.

.. _section-22:
.. _section-23:

1.0 - 2015-06-27
~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion oauth_dropins/webutil
Submodule webutil updated 1 files
+1 −0 testutil.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


setup(name='oauth-dropins',
version='6.1',
version='6.2',
description='Drop-in OAuth Flask views for many popular sites.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit fc10b09

Please sign in to comment.