Skip to content

Commit

Permalink
django-authlib 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Feb 28, 2022
1 parent ade7a89 commit cb0b7b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -5,12 +5,22 @@ Change log
`Next version`_
===============

.. _Next version: https://github.com/matthiask/django-authlib/compare/0.13...main


`0.13`_ (2022-02-28)
====================

.. _0.13: https://github.com/matthiask/django-authlib/compare/0.12...0.13

- Added a ``default_auto_field`` to the ``little_auth`` appconfig.


`0.12`_ (2022-01-04)
====================

.. _0.12: https://github.com/matthiask/django-authlib/compare/0.11...0.12

- Added pre-commit.
- Dropped Python < 3.8, Django < 3.2.
- Added docs for how to integrate the email registration functionality.
Expand Down Expand Up @@ -201,5 +211,3 @@ Change log
.. _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
.. _0.11: https://github.com/matthiask/django-authlib/compare/0.10...0.11
.. _0.12: https://github.com/matthiask/django-authlib/compare/0.11...0.12
.. _Next version: https://github.com/matthiask/django-authlib/compare/0.12...main
2 changes: 1 addition & 1 deletion authlib/__init__.py
@@ -1,2 +1,2 @@
VERSION = (0, 12, 0)
VERSION = (0, 13, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit cb0b7b2

Please sign in to comment.