Skip to content

Commit

Permalink
Merge pull request #422 from ropable/master
Browse files Browse the repository at this point in the history
Increment project minor version
  • Loading branch information
ropable committed Jun 11, 2024
2 parents f17c982 + f78315d commit 2cff27f
Show file tree
Hide file tree
Showing 3 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 @@ -35,4 +35,4 @@ patches:
- path: postgres_fdw_service_patch.yaml
images:
- name: ghcr.io/dbca-wa/it-assets
newTag: 2.4.22
newTag: 2.4.23
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "itassets"
version = "2.4.22"
version = "2.4.23"
description = "DBCA IT assets (both physical and knowledge-based) management system"
authors = ["DBCA OIM <asi@dbca.wa.gov.au>"]
license = "Apache-2.0"
Expand All @@ -25,7 +25,7 @@ azure-storage-blob = "12.20.0"
django-storages = {version = "1.14.3", extras = ["azure"]}
xlsxwriter = "3.2.0"
sentry-sdk = {version = "2.5.1", extras = ["django"]}
redis = "5.0.4"
redis = "5.0.5"

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

0 comments on commit 2cff27f

Please sign in to comment.