Skip to content

Commit

Permalink
django-authlib 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Nov 22, 2021
1 parent 12d1e8d commit 8cdf95b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -5,6 +5,10 @@ Change log
`Next version`_
===============


`0.11`_ (2021-11-22)
====================

- Switched to a declarative setup.
- Switched from Travis CI to GitHub actions.
- Added Python 3.10, Django 4.0 to the CI.
Expand Down Expand Up @@ -186,4 +190,5 @@ Change log
.. _0.8: https://github.com/matthiask/django-authlib/compare/0.7...0.8
.. _0.9: https://github.com/matthiask/django-authlib/compare/0.8...0.9
.. _0.10: https://github.com/matthiask/django-authlib/compare/0.9...0.10
.. _Next version: https://github.com/matthiask/django-authlib/compare/0.10...master
.. _0.11: https://github.com/matthiask/django-authlib/compare/0.10...0.11
.. _Next version: https://github.com/matthiask/django-authlib/compare/0.11...main
2 changes: 1 addition & 1 deletion authlib/__init__.py
@@ -1,2 +1,2 @@
VERSION = (0, 10, 2)
VERSION = (0, 11, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit 8cdf95b

Please sign in to comment.