Skip to content

Commit

Permalink
Bump project version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Nov 25, 2024
1 parent e3bd79e commit ad4b82d
Show file tree
Hide file tree
Showing 3 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 @@ -24,4 +24,4 @@ patches:
- path: service_patch.yaml
images:
- name: ghcr.io/dbca-wa/mapproxy
newTag: 3.1.0
newTag: 3.1.2
2 changes: 1 addition & 1 deletion 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 = "dbcamapproxy"
version = "3.1.0"
version = "3.1.2"
description = "DBCA internal MapProxy service application"
authors = ["ASI <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ azure-storage-blob = "12.24.0"

[tool.poetry.group.dev.dependencies]
ipython = "^8.29.0"
setuptools = "^75.2.0"
setuptools = "^75.6.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit ad4b82d

Please sign in to comment.