We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea854a1 + 0bb30ef commit c03fcb2Copy full SHA for c03fcb2
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [v2.4.1] - 2022-03-02
8
+### Changed
9
+
10
+ - Loosen stac-check version dependency
11
12
## [v2.4.0] - 2022-02-02
13
### Added
14
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup
-__version__ = "2.4.0"
+__version__ = "2.4.1"
with open("README.md", "r") as fh:
long_description = fh.read()
@@ -35,7 +35,7 @@
35
"jsonschema>=3.2.0",
36
"pystac[validation]==1.1.0",
37
"click>=8.0.0",
38
- "stac-check==1.0.2",
+ "stac-check>=1.0.2",
39
],
40
packages=["stac_validator"],
41
entry_points={
0 commit comments