File tree 2 files changed +7
-2
lines changed
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.
4
4
5
5
The format is (loosely) based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ v2.4.2] - 2022-03-02
8
+ ### Changed
9
+
10
+ - Loosen pystac version dependency
11
+
7
12
## [ v2.4.1] - 2022-03-02
8
13
### Changed
9
14
Original file line number Diff line number Diff line change 2
2
3
3
from setuptools import setup
4
4
5
- __version__ = "2.4.1 "
5
+ __version__ = "2.4.2 "
6
6
7
7
with open ("README.md" , "r" ) as fh :
8
8
long_description = fh .read ()
33
33
install_requires = [
34
34
"requests>=2.19.1" ,
35
35
"jsonschema>=3.2.0" ,
36
- "pystac[validation]= =1.1.0" ,
36
+ "pystac[validation]> =1.1.0" ,
37
37
"click>=8.0.0" ,
38
38
"stac-check>=1.0.2" ,
39
39
],
You can’t perform that action at this time.
0 commit comments