Skip to content

Commit c03fcb2

Browse files
authored
Merge pull request #187 from sparkgeo/dev
Merge dev, 2.4.1
2 parents ea854a1 + 0bb30ef commit c03fcb2

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.1] - 2022-03-02
8+
### Changed
9+
10+
- Loosen stac-check version dependency
11+
712
## [v2.4.0] - 2022-02-02
813
### Added
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.0"
5+
__version__ = "2.4.1"
66

77
with open("README.md", "r") as fh:
88
long_description = fh.read()
@@ -35,7 +35,7 @@
3535
"jsonschema>=3.2.0",
3636
"pystac[validation]==1.1.0",
3737
"click>=8.0.0",
38-
"stac-check==1.0.2",
38+
"stac-check>=1.0.2",
3939
],
4040
packages=["stac_validator"],
4141
entry_points={

0 commit comments

Comments
 (0)