Skip to content

Commit 76512ab

Browse files
authored
Cql2 (#70)
* fix in, between, and not to match cql1 spec * stage version update * add support for cql2 * merging this pr with cqlfixes branch * add more tests * add fix and tests for using conf in search
1 parent ce3be8c commit 76512ab

File tree

10 files changed

+4113
-52
lines changed

10 files changed

+4113
-52
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: "3"
12
services:
23
dev:
34
container_name: pgstac-dev

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.3.6"
2+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)