Skip to content

Commit 80adc32

Browse files
committed
Version 1.11.4
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.
1 parent 3864202 commit 80adc32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_auth_adfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Adding imports here will break setup.py
55
"""
66

7-
__version__ = '1.11.3'
7+
__version__ = '1.11.4'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'django-auth-adfs'
3-
version = "1.11.3" # Remember to also change __init__.py version
3+
version = "1.11.4" # Remember to also change __init__.py version
44
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
55
authors = ['Joris Beckers <joris.beckers@gmail.com>']
66
maintainers = ['Jonas Krüger Svensson <jonas-ks@hotmail.com>', 'Sondre Lillebø Gundersen <sondrelg@live.no>']

0 commit comments

Comments
 (0)