Skip to content

Commit

Permalink
Cql2 (#70)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bitner authored Dec 6, 2021
1 parent ce3be8c commit 76512ab
Show file tree
Hide file tree
Showing 10 changed files with 4,113 additions and 52 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: "3"
services:
dev:
container_name: pgstac-dev
Expand Down
2 changes: 1 addition & 1 deletion pypgstac/pypgstac/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PyPGStac Version."""
__version__ = "0.3.6"
__version__ = "0.4.0"
Loading

0 comments on commit 76512ab

Please sign in to comment.