diff --git a/kustomize/overlays/prod/kustomization.yaml b/kustomize/overlays/prod/kustomization.yaml index 28224ec..0b8f7b9 100644 --- a/kustomize/overlays/prod/kustomization.yaml +++ b/kustomize/overlays/prod/kustomization.yaml @@ -26,4 +26,4 @@ patches: - path: typesense_service_patch.yaml images: - name: ghcr.io/dbca-wa/prs - newTag: 2.5.59 + newTag: 2.5.60 diff --git a/pyproject.toml b/pyproject.toml index a003ec9..6866dfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prs" -version = "2.5.59" +version = "2.5.60" description = "Planning Referral System corporate application" authors = ["Ashley Felton "] license = "Apache-2.0" @@ -35,7 +35,7 @@ django-celery-results = "2.5.1" pygeopkg = "0.1.3" whitenoise = { version = "6.7.0", extras = ["brotli"] } django-crum = "0.7.9" -sentry-sdk = {version = "2.15.0", extras = ["django"]} +sentry-sdk = { version = "2.15.0", extras = ["django"] } crispy-bootstrap5 = "2024.10" redis = "5.1.1" xlsxwriter = "3.2.0"