Skip to content

Commit

Permalink
Release 0.7.4-202406
Browse files Browse the repository at this point in the history
  • Loading branch information
xbgmsharp committed Jul 19, 2024
1 parent 98f45ac commit 5cefe47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion initdb/99_migrations_202406.sql
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ COMMENT ON VIEW

-- Update version
UPDATE public.app_settings
SET value='0.7.3'
SET value='0.7.4'
WHERE "name"='app.version';

\c postgres
Expand Down
2 changes: 1 addition & 1 deletion initdb/PGSAIL_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.4
4 changes: 2 additions & 2 deletions tests/sql/summary.sql.output
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,10 @@ overpass_py_fn | {"name": "Port de la Ginesta", "type": "multipolygon", "leisure
overpass_py_fn | {"name": "Norra hamnen", "leisure": "marina"}

-[ RECORD 1 ]----------------------------------------------------------------------------------------------------------------------------------------------
versions_fn | {"api_version" : "0.7.3", "sys_version" : "PostgreSQL 16.3", "timescaledb" : "2.15.3", "postgis" : "3.4.2", "postgrest" : "PostgREST 12.2.2"}
versions_fn | {"api_version" : "0.7.4", "sys_version" : "PostgreSQL 16.3", "timescaledb" : "2.15.3", "postgis" : "3.4.2", "postgrest" : "PostgREST 12.2.2"}

-[ RECORD 1 ]-----------------
api_version | 0.7.3
api_version | 0.7.4
sys_version | PostgreSQL 16.3
timescaledb | 2.15.3
postgis | 3.4.2
Expand Down

0 comments on commit 5cefe47

Please sign in to comment.