Skip to content

Commit aca96af

Browse files
committed
bump version
1 parent c7fb58c commit aca96af

File tree

5 files changed

+1203
-7
lines changed

5 files changed

+1203
-7
lines changed

pypgstac/pypgstac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.5'
1+
__version__ = '0.2.6'

pypgstac/pypgstac/migrations/pgstac.0.2.5.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,8 @@ prop_path := replace(att_parts.dotpath, 'properties.', '');
808808

809809
op := CASE _op
810810
WHEN 'eq' THEN '='
811-
WHEN 'ge' THEN '>='
812-
WHEN 'gte' THEN '>'
811+
WHEN 'gte' THEN '>='
812+
WHEN 'gt' THEN '>'
813813
WHEN 'lte' THEN '<='
814814
WHEN 'lt' THEN '<'
815815
WHEN 'ne' THEN '!='

0 commit comments

Comments
 (0)