From 8db684a78eb2b9762add6f78ea6d3792dae3a4d8 Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas Date: Thu, 11 Jan 2024 17:15:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.0=20=E2=86=92=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mozilla_django_oidc/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla_django_oidc/__init__.py b/mozilla_django_oidc/__init__.py index 528787cf..ce1305bf 100644 --- a/mozilla_django_oidc/__init__.py +++ b/mozilla_django_oidc/__init__.py @@ -1 +1 @@ -__version__ = "3.0.0" +__version__ = "4.0.0" diff --git a/setup.cfg b/setup.cfg index e8f7fb68..c1e69e65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 4.0.0 commit = True tag = False