Skip to content

Commit b353a2e

Browse files
authored
bump version to 0.2.9 (#34)
1 parent 8d85be7 commit b353a2e

File tree

5 files changed

+1024
-3
lines changed

5 files changed

+1024
-3
lines changed

pypgstac/pypgstac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PyPGStac Version."""
2-
__version__ = "0.2.8"
2+
__version__ = "0.2.9"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SET SEARCH_PATH to pgstac, public;
2+
INSERT INTO migrations (version) VALUES ('0.2.9');

0 commit comments

Comments
 (0)