Skip to content

Commit 294fe3f

Browse files
committed
Version 1.11.3
Only update is fixing the PyPI publish action. 1.11.2 has been removed from GitHub actions because it was never released to PyPI.
1 parent e51ed13 commit 294fe3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_auth_adfs/__init__.py

+1-1
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.2'
7+
__version__ = '1.11.3'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'django-auth-adfs'
3-
version = "1.11.2" # Remember to also change __init__.py version
3+
version = "1.11.3" # Remember to also change __init__.py version
44
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
55
authors = ['Joris Beckers <[email protected]>']
66
maintainers = ['Jonas Krüger Svensson <[email protected]>', 'Sondre Lillebø Gundersen <[email protected]>']

0 commit comments

Comments
 (0)