Skip to content

Commit

Permalink
chore: release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jun 4, 2024
1 parent 3bea812 commit df226ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion authlib/consts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = 'Authlib'
version = '1.3.0'
version = '1.3.1'
author = 'Hsiaoming Yang <[email protected]>'
homepage = 'https://authlib.org/'
default_user_agent = f'{name}/{version} (+{homepage})'
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Changelog

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

Version 1.3.1
-------------

**Released on June 4, 2024**

- Prevent ``OctKey`` to import ssh and PEM strings.


Version 1.3.0
-------------

Expand Down
9 changes: 2 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,10 @@
}
html_favicon = '_static/icon.svg'
html_theme_options = {
'og_image_url': 'https://authlib.org/logo.png',
"accent_color": "blue",
"og_image_url": 'https://authlib.org/logo.png',
"light_logo": "_static/light-logo.svg",
"dark_logo": "_static/dark-logo.svg",
"light_css_variables": {
"--sy-rc-theme": "62,127,203",
},
"dark_css_variables": {
"--sy-rc-theme": "102,173,255",
},
"twitter_site": "authlib",
"twitter_creator": "lepture",
"twitter_url": "https://twitter.com/authlib",
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requests
httpx>=0.18.2
starlette

sphinx==6.2.1
sphinx-design==0.4.1
sphinx-copybutton==0.5.2
sphinx
sphinx-design
sphinx-copybutton
shibuya

0 comments on commit df226ab

Please sign in to comment.