Skip to content

Commit

Permalink
Version bump 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jun 17, 2018
1 parent f7ef55e commit a0226e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 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 = '0.8.dev'
version = '0.8'
author = 'Hsiaoming Yang <[email protected]>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
3 changes: 0 additions & 3 deletions authlib/specs/rfc7009/revocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ class RevocationEndpoint(TokenEndpoint):
"""Implementation of revocation endpoint which is described in
`RFC7009`_.
:param request: OAuth2Request instance
:param server: Authorization Server instance
.. _RFC7009: https://tools.ietf.org/html/rfc7009
"""
#: Endpoint name to be registered
Expand Down
3 changes: 0 additions & 3 deletions authlib/specs/rfc7662/introspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ class IntrospectionEndpoint(TokenEndpoint):
"""Implementation of introspection endpoint which is described in
`RFC7662`_.
:param request: OAuth2Request instance
:param server: Authorization Server instance
.. _RFC7662: https://tools.ietf.org/html/rfc7662
"""
#: Endpoint name to be registered
Expand Down
10 changes: 5 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Changelog

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

Version 0.8
-----------
Version 0.8: Arutoria
---------------------

**Release Date not Decided, Try Django**
**Released on Jun 17, 2018. Try Django.**

Authlib has tried to introduce Django OAuth server implementation in this
version. It turns out that it is not that easy. In this version, only Django
OAuth 1.0 server is provided.

As always, there are also RFCs features added in this release, here is what's
As always, there are also RFC features added in this release, here is what's
in version 0.8:

- RFC7523: Add JWTs for Client Authentication of :ref:`specs/rfc7523`.
Expand All @@ -39,7 +39,7 @@ in version 0.8:
Version 0.7: Honami
-------------------

**Apr 28, 2018. Better Beta.**
**Released on Apr 28, 2018. Better Beta.**

Authlib has changed its license from LGPL to AGPL. This is not a huge release
like v0.6, but it still contains some deprecate changes, the good news is
Expand Down

0 comments on commit a0226e0

Please sign in to comment.