Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Mar 25, 2021
1 parent f12c769 commit 28c39ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========


`1.6.1`_ - 2021-03-25
---------------------

**Fixes**

* Raise PermissionDenied when token is lacking information needed to create a user. #116 #149
* Documentation error for ``JWT_LEEWAY``. #147


`1.6.0`_ - 2021-01-25
---------------------

Expand Down Expand Up @@ -227,6 +237,7 @@ Changelog

* Initial release

.. _1.6.1: https://github.com/snok/django-auth-adfs/compare/1.6.0...1.6.1
.. _1.6.0: https://github.com/snok/django-auth-adfs/compare/1.5.0...1.6.0
.. _1.5.0: https://github.com/jobec/django-auth-adfs/compare/1.4.1...1.5.0
.. _1.4.1: https://github.com/jobec/django-auth-adfs/compare/1.4.0...1.4.1
Expand Down
2 changes: 1 addition & 1 deletion django_auth_adfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Adding imports here will break setup.py
"""

__version__ = '1.6.0'
__version__ = '1.6.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'django-auth-adfs'
version = '1.6.0' # Remember to also change __init__.py version
version = '1.6.1' # Remember to also change __init__.py version
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
authors = ['Joris Beckers <[email protected]>']
maintainers = ['Jonas Krüger Svensson <[email protected]>', 'Sondre Lillebø Gundersen <[email protected]>']
Expand Down

0 comments on commit 28c39ea

Please sign in to comment.