diff --git a/kustomize/overlays/prod/kustomization.yaml b/kustomize/overlays/prod/kustomization.yaml index a52a2ae..236ee5b 100644 --- a/kustomize/overlays/prod/kustomization.yaml +++ b/kustomize/overlays/prod/kustomization.yaml @@ -23,4 +23,4 @@ patches: - path: cronjob_import_patch.yaml images: - name: ghcr.io/dbca-wa/penguins - newTag: 2.0.0 + newTag: 2.0.1 diff --git a/pyproject.toml b/pyproject.toml index 78c614a..367dc50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "penguins" -version = "2.0.0" +version = "2.0.1" description = "DBCA Little Penguins Observations application" authors = ["Ashley Felton "] license = "Apache-2.0" @@ -9,13 +9,13 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.12" django = "4.2.16" -psycopg = {version = "3.2.3", extras = ["binary", "pool"]} +psycopg = { version = "3.2.3", extras = ["binary", "pool"] } dbca-utils = "2.0.2" python-dotenv = "1.0.1" dj-database-url = "2.3.0" django-extensions = "3.2.3" gunicorn = "23.0.0" -whitenoise = {version = "6.8.2", extras = ["brotli"]} +whitenoise = { version = "6.8.2", extras = ["brotli"] } django-storages = { version = "1.14.4", extras = ["azure"] } webtemplate-dbca = "1.7.1" django-map-widgets = "0.5.1"