File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 54
54
runs-on : ubuntu-latest
55
55
services :
56
56
pgstac :
57
- image : ghcr.io/stac-utils/pgstac:v0.8.6
57
+ image : ghcr.io/stac-utils/pgstac:v0.9.5
58
58
env :
59
59
POSTGRES_USER : username
60
60
POSTGRES_PASSWORD : password
@@ -78,14 +78,14 @@ jobs:
78
78
- name : Setup Python
79
79
uses : actions/setup-python@v5
80
80
with :
81
- python-version : " 3.10 "
81
+ python-version : " 3.11 "
82
82
cache : pip
83
83
cache-dependency-path : setup.py
84
84
85
85
- name : Install stac-fastapi and stac-api-validator
86
86
run : |
87
87
python -m pip install --upgrade pip
88
- python -m pip install .[server] stac-api-validator==0.4.1
88
+ python -m pip install .[server] stac-api-validator==0.6.5
89
89
90
90
- name : Load data and validate
91
91
run : python -m stac_fastapi.pgstac.app & ./scripts/wait-for-it.sh localhost:8080 && python ./scripts/ingest_joplin.py http://localhost:8080 && ./scripts/validate http://localhost:8080
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Setup Python
111
111
uses : actions/setup-python@v5
112
112
with :
113
- python-version : " 3.10 "
113
+ python-version : " 3.11 "
114
114
cache : pip
115
115
cache-dependency-path : setup.py
116
116
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- ## [ 5.0.2] - 2025-04-04
5
+ ## [ 5.0.2] - 2025-04-07
6
6
7
7
### Fixed
8
8
Original file line number Diff line number Diff line change 1
- 5.0.1
1
+ 5.0.2
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ignore = [
29
29
30
30
31
31
[tool .bumpversion ]
32
- current_version = " 5.0.1 "
32
+ current_version = " 5.0.2 "
33
33
parse = """ (?x)
34
34
(?P<major>\\ d+)\\ .
35
35
(?P<minor>\\ d+)\\ .
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
2
3
- __version__ = "5.0.1 "
3
+ __version__ = "5.0.2 "
You can’t perform that action at this time.
0 commit comments