Skip to content

Commit a819c54

Browse files
committed
prepare release
1 parent 34d0fad commit a819c54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
services:
5656
pgstac:
57-
image: ghcr.io/stac-utils/pgstac:v0.8.6
57+
image: ghcr.io/stac-utils/pgstac:v0.9.5
5858
env:
5959
POSTGRES_USER: username
6060
POSTGRES_PASSWORD: password
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup Python
7979
uses: actions/setup-python@v5
8080
with:
81-
python-version: "3.10"
81+
python-version: "3.11"
8282
cache: pip
8383
cache-dependency-path: setup.py
8484

@@ -110,7 +110,7 @@ jobs:
110110
- name: Setup Python
111111
uses: actions/setup-python@v5
112112
with:
113-
python-version: "3.10"
113+
python-version: "3.11"
114114
cache: pip
115115
cache-dependency-path: setup.py
116116

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## [5.0.2] - 2025-04-04
5+
## [5.0.2] - 2025-04-07
66

77
### Fixed
88

0 commit comments

Comments
 (0)