Skip to content

Commit 51f19dc

Browse files
authored
stage v0.8.5 release (#250)
1 parent d62cfd6 commit 51f19dc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/pgstac/migrations/pgstac.0.8.4-unreleased.sql renamed to src/pgstac/migrations/pgstac.0.8.4-0.8.5.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,4 @@ RESET ROLE;
474474

475475
SET ROLE pgstac_ingest;
476476
SELECT update_partition_stats_q(partition) FROM partitions_view;
477-
SELECT set_version('unreleased');
477+
SELECT set_version('0.8.5');

src/pgstac/migrations/pgstac.unreleased.sql renamed to src/pgstac/migrations/pgstac.0.8.5.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4390,4 +4390,4 @@ RESET ROLE;
43904390

43914391
SET ROLE pgstac_ingest;
43924392
SELECT update_partition_stats_q(partition) FROM partitions_view;
4393-
SELECT set_version('unreleased');
4393+
SELECT set_version('0.8.5');

src/pgstac/pgstac.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
migrations/pgstac.unreleased.sql
1+
migrations/pgstac.0.8.5.sql

src/pgstac/sql/999_version.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SELECT set_version('unreleased');
1+
SELECT set_version('0.8.5');

src/pypgstac/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pypgstac"
3-
version = "0.8.4-dev"
3+
version = "0.8.5"
44
description = "Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL"
55
readme = "README.md"
66
requires-python = ">=3.8"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Version."""
2-
__version__ = "0.8.4-dev"
2+
__version__ = "0.8.5"

0 commit comments

Comments
 (0)