From 294fe3f5efcf6b17a59fb90b0a6e30430045cada Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Fri, 10 Feb 2023 16:41:30 -0600 Subject: [PATCH] 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. --- django_auth_adfs/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_auth_adfs/__init__.py b/django_auth_adfs/__init__.py index f2e069d..b530db0 100644 --- a/django_auth_adfs/__init__.py +++ b/django_auth_adfs/__init__.py @@ -4,4 +4,4 @@ Adding imports here will break setup.py """ -__version__ = '1.11.2' +__version__ = '1.11.3' diff --git a/pyproject.toml b/pyproject.toml index 081d9d7..083ed5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'django-auth-adfs' -version = "1.11.2" # Remember to also change __init__.py version +version = "1.11.3" # Remember to also change __init__.py version description = 'A Django authentication backend for Microsoft ADFS and AzureAD' authors = ['Joris Beckers '] maintainers = ['Jonas Krüger Svensson ', 'Sondre Lillebø Gundersen ']