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 Sep 24, 2024
1 parent 5092d37 commit 9d21bbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ patches:
- path: typesense_service_patch.yaml
images:
- name: ghcr.io/dbca-wa/prs
newTag: 2.5.56
newTag: 2.5.57
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prs"
version = "2.5.56"
version = "2.5.57"
description = "Planning Referral System corporate application"
authors = ["Ashley Felton <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -9,7 +9,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
django = "4.2.15"
psycopg = {version = "3.2.2", extras = ["binary", "pool"]}
psycopg = { version = "3.2.2", extras = ["binary", "pool"] }
dbca-utils = "2.0.2"
python-dotenv = "1.0.1"
dj-database-url = "2.2.0"
Expand All @@ -20,7 +20,7 @@ django-taggit = "6.0.0"
unidecode = "1.3.8"
pillow = "10.4.0"
python-magic = "0.4.27"
lxml = {version = "5.3.0", extras = ["html-clean"]}
lxml = { version = "5.3.0", extras = ["html-clean"] }
xmltodict = "0.13.0"
extract-msg = "0.49.0"
django-extensions = "3.2.3"
Expand All @@ -33,13 +33,13 @@ docx2txt = "0.8"
celery = "5.4.0"
django-celery-results = "2.5.1"
pygeopkg = "0.1.3"
whitenoise = {version = "6.7.0", extras = ["brotli"]}
whitenoise = { version = "6.7.0", extras = ["brotli"] }
django-crum = "0.7.9"
sentry-sdk = {version = "2.14.0", extras = ["django"]}
sentry-sdk = { version = "2.14.0", extras = ["django"] }
crispy-bootstrap5 = "2024.2"
redis = "5.0.8"
xlsxwriter = "3.2.0"
django-storages = {version = "1.14.4", extras = ["azure"]}
django-storages = { version = "1.14.4", extras = ["azure"] }

[tool.poetry.group.dev.dependencies]
ipython = "^8.27.0"
Expand Down

0 comments on commit 9d21bbb

Please sign in to comment.