Skip to content

Commit

Permalink
add submit as supported app
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-Pearce committed Aug 11, 2023
1 parent 642eebc commit ceec66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fsd_utils/authentication/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@

class SupportedApp(enum.Enum):
POST_AWARD_FRONTEND = "post-award-frontend"
POST_AWARD_SUBMIT = "post-award-submit"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
Expand Down

0 comments on commit ceec66b

Please sign in to comment.