From 42a712c2759c4f776bd58287e98ed9c955e53a95 Mon Sep 17 00:00:00 2001 From: Ashley Felton Date: Mon, 30 Sep 2024 10:58:56 +0800 Subject: [PATCH] Increment project minor version. --- kustomize/overlays/prod/kustomization.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/overlays/prod/kustomization.yaml b/kustomize/overlays/prod/kustomization.yaml index 574a22a..43072d3 100644 --- a/kustomize/overlays/prod/kustomization.yaml +++ b/kustomize/overlays/prod/kustomization.yaml @@ -20,4 +20,4 @@ patches: - path: service_patch.yaml images: - name: ghcr.io/dbca-wa/csw - newTag: 1.3.12 + newTag: 1.3.13 diff --git a/pyproject.toml b/pyproject.toml index 420acf9..4c9fd3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "csw" -version = "1.3.12" +version = "1.3.13" description = "Catalogue service for spatial records over HTTP in the Department of Biodiversity, Conservation and Attractions." authors = ["ASU "] license = "Apache-2.0"