File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 22
33from setuptools import setup
44
5- __version__ = "2.4.1 "
5+ __version__ = "2.4.2 "
66
77with open ("README.md" , "r" ) as fh :
88 long_description = fh .read ()
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 ],
You can’t perform that action at this time.
0 commit comments