Skip to content

Commit

Permalink
Version bump 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jan 15, 2021
1 parent 87bad35 commit 33aab02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v1.1.1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python.version }}

Expand All @@ -55,7 +55,7 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.5
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion authlib/consts.py
@@ -1,5 +1,5 @@
name = 'Authlib'
version = '0.15.2'
version = '0.15.3'
author = 'Hsiaoming Yang <me@lepture.com>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Expand Up @@ -6,6 +6,13 @@ Changelog

Here you can see the full list of changes between each Authlib release.

Version 0.15.3
--------------

**Released on Jan 15, 2021.**

- Fixed fetch OAuth 1.0 token bug, via :gh:`issue#308`.

Version 0.15.2
--------------

Expand Down

0 comments on commit 33aab02

Please sign in to comment.