Skip to content

Commit

Permalink
release v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Mar 23, 2022
1 parent ee35f49 commit 2631b37
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 24 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,14 @@ Troubleshooting/FAQ
Changelog
---

### 4.1 - unreleased
### 5.0 - 2022-03-23

_Breaking changes:_

* Drop Python 3.5 support. Python 3.6 is now the minimum required version.

_Non-breaking changes:_

* Switch from app_server to `flask run` for local development.
* Add `webutil.util.set_user_agent` to set `User-Agent` header to be sent with all HTTP requests.

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

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

4.1 - unreleased
5.0 - 2022-03-23
~~~~~~~~~~~~~~~~

*Breaking changes:*

- Drop Python 3.5 support. Python 3.6 is now the minimum required
version.

*Non-breaking changes:*

- Switch from app_server to ``flask run`` for local development.
- Add ``webutil.util.set_user_agent`` to set ``User-Agent`` header to
be sent with all HTTP requests.

.. _section-1:

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

.. _section-1:
.. _section-2:

3.1 - 2021-04-03
~~~~~~~~~~~~~~~~
Expand All @@ -299,7 +308,7 @@ Changelog

- Handle errors from access token request.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

- Handle punctuation in error messages.

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

1.8 - 2017-08-29
~~~~~~~~~~~~~~~~
Expand All @@ -495,14 +504,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-12:
.. _section-13:

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

- Updates to bundled webutil library, notably WideUnicode class.

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

1.6 - 2016-11-21
~~~~~~~~~~~~~~~~
Expand All @@ -511,21 +520,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-14:
.. _section-15:

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

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

.. _section-15:
.. _section-16:

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

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

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

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

.. _section-17:
.. _section-18:

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

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

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

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

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

1.0 - 2015-06-27
~~~~~~~~~~~~~~~~
Expand Down
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='4.0',
version='5.0',
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 2631b37

Please sign in to comment.