From ceec66be5afbe57280a1de82bc16dfd2d1da5d5b Mon Sep 17 00:00:00 2001 From: Joel Pearce Date: Thu, 10 Aug 2023 15:24:07 +0100 Subject: [PATCH] add submit as supported app --- fsd_utils/authentication/config.py | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fsd_utils/authentication/config.py b/fsd_utils/authentication/config.py index 058de76..5793d98 100644 --- a/fsd_utils/authentication/config.py +++ b/fsd_utils/authentication/config.py @@ -35,3 +35,4 @@ class SupportedApp(enum.Enum): POST_AWARD_FRONTEND = "post-award-frontend" + POST_AWARD_SUBMIT = "post-award-submit" diff --git a/pyproject.toml b/pyproject.toml index e65f8b9..ffc47fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "funding-service-design-utils" -version = "2.0.13" +version = "2.0.14" authors = [ { name="DLUHC", email="FundingServiceDesignTeam@levellingup.gov.uk" }, ]