Skip to content

Commit

Permalink
Version 1.11.4
Browse files Browse the repository at this point in the history
Adds formal support for Python 3.11.
Fixes a problem with the build for version 1.11.3 where the
Django 4.2 classifer hasn't been released, but was referenced.
  • Loading branch information
tim-schilling committed Feb 10, 2023
1 parent 3864202 commit 80adc32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.11.3'
__version__ = '1.11.4'
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.11.3" # Remember to also change __init__.py version
version = "1.11.4" # Remember to also change __init__.py version
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
authors = ['Joris Beckers <joris.beckers@gmail.com>']
maintainers = ['Jonas Krüger Svensson <jonas-ks@hotmail.com>', 'Sondre Lillebø Gundersen <sondrelg@live.no>']
Expand Down

0 comments on commit 80adc32

Please sign in to comment.