Skip to content

Commit 6febd9f

Browse files
committed
change to pystac 1.1.0
1 parent 8078b42 commit 6febd9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
77
## [v2.4.0] - 2021-11-28
88
### Changed
99

10-
- Upgraded pystac to 1.2.0 from 0.5.6
10+
- Upgraded pystac to 1.1.0 from 0.5.6
1111

1212
## [v2.3.0] - 2021-08-31
1313
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
install_requires=[
3434
"requests>=2.19.1",
3535
"jsonschema>=3.2.0",
36-
"pystac[validation]==1.2.0",
36+
"pystac[validation]==1.1.0",
3737
"click>=8.0.0",
3838
],
3939
packages=["stac_validator"],

0 commit comments

Comments
 (0)