From 635ae9324aceca5cd54e4915c7257a5686051fe4 Mon Sep 17 00:00:00 2001 From: Alex Leith Date: Thu, 7 Oct 2021 11:18:09 +1100 Subject: [PATCH 1/3] Allow pystac 1.1.0 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4d836ef..0e112bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 64e40d4..22f56fe 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ inst_reqs = [ "rasterio", - "pystac>=1.0.0,<1.1.0", + "pystac>=1.0.0", ] extra_reqs = { From be83d510cb6632f1ae546b0555f74daf0bd33101 Mon Sep 17 00:00:00 2001 From: Alex Leith Date: Thu, 7 Oct 2021 19:49:51 +1100 Subject: [PATCH 2/3] Restrict to <2.x --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 22f56fe..d43e967 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ inst_reqs = [ "rasterio", - "pystac>=1.0.0", + "pystac>=1.0.0,<2.0.0", ] extra_reqs = { From 7084d8470427e3ef6af0869b83ac435897549e1c Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Thu, 7 Oct 2021 11:19:58 +0200 Subject: [PATCH 3/3] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0e112bf..4d836ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.0 commit = True tag = True tag_name = {new_version}