Skip to content

Commit

Permalink
Version bump 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Apr 28, 2018
1 parent d7a27bd commit aea225d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Authlib
Authlib is an ambitious authentication library for OAuth 1, OAuth 2, OpenID
clients, servers and more.

.. image:: https://travis-ci.org/lepture/authlib.svg?branch=master
.. image:: https://travis-ci.org/lepture/authlib.svg?branch=v0.7
:target: https://travis-ci.org/lepture/authlib
:alt: Build Status
.. image:: https://codecov.io/gh/lepture/authlib/branch/master/graph/badge.svg
.. image:: https://codecov.io/gh/lepture/authlib/branch/v0.7/graph/badge.svg
:target: https://codecov.io/gh/lepture/authlib
:alt: Coverage
.. image:: https://img.shields.io/badge/subscribe-newsletter-green.svg
Expand Down
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.7.dev'
version = '0.7'
author = 'Hsiaoming Yang <me@lepture.com>'
homepage = 'https://authlib.org/'
default_user_agent = '{}/{} (+{})'.format(name, version, homepage)
8 changes: 4 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Changelog

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

Version 0.7
-----------
Version 0.7: Honami
-------------------

**Release date not decided. Better Beta.**
**Apr 28, 2018. Better Beta.**

Authlib has changed its license from LGPL to AGPL. This is not a hug release
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
they are compatible, they won't break your project. Authlib can't go further
without these deprecate changes.
Expand Down

0 comments on commit aea225d

Please sign in to comment.