Skip to content

Commit e10e900

Browse files
authored
Merge pull request #188 from sparkgeo/2.4.2
Loosen pystac version
2 parents c03fcb2 + 17ecbbb commit e10e900

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [v2.4.2] - 2022-03-02
8+
### Changed
9+
10+
- Loosen pystac version dependency
11+
712
## [v2.4.1] - 2022-03-02
813
### Changed
914

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
__version__ = "2.4.1"
5+
__version__ = "2.4.2"
66

77
with open("README.md", "r") as fh:
88
long_description = fh.read()
@@ -33,7 +33,7 @@
3333
install_requires=[
3434
"requests>=2.19.1",
3535
"jsonschema>=3.2.0",
36-
"pystac[validation]==1.1.0",
36+
"pystac[validation]>=1.1.0",
3737
"click>=8.0.0",
3838
"stac-check>=1.0.2",
3939
],

0 commit comments

Comments
 (0)