Skip to content

Commit

Permalink
Increment project minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Nov 13, 2024
1 parent 6c9a744 commit 855500d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -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"
Expand Down

0 comments on commit 855500d

Please sign in to comment.