Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
remove stac module and pystac dependency, release 0.5.0
Browse files Browse the repository at this point in the history
remove stac module and pystac dependency, release 0.5.0
  • Loading branch information
trevorskaggs authored Aug 25, 2021
2 parents 88ae8ac + f2971f1 commit 2940294
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 87 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.5.0] - 2021-08-20

### Removed
- `stac` module and global PySTAC dependency

## [v0.4.6] - 2021-07-15

### Changed
Expand Down Expand Up @@ -135,7 +140,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial Release

[Unreleased]: https://github.com/cirrus-geo/cirrus-lib/compare/v0.4.6...main
[Unreleased]: https://github.com/cirrus-geo/cirrus-lib/compare/v0.5.0...main
[v0.5.0]: https://github.com/cirrus-geo/cirrus-lib/compare/v0.4.6...v0.5.0
[v0.4.6]: https://github.com/cirrus-geo/cirrus-lib/compare/v0.4.5...v0.4.6
[v0.4.5]: https://github.com/cirrus-geo/cirrus-lib/compare/v0.4.4...v0.4.5
[v0.4.4]: https://github.com/cirrus-geo/cirrus-lib/compare/v0.4.3...v0.4.4
Expand Down
84 changes: 0 additions & 84 deletions cirruslib/stac.py

This file was deleted.

2 changes: 1 addition & 1 deletion cirruslib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.6'
__version__ = '0.5.0'
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
boto3-utils~=0.3.2
pystac~=0.5.0
requests>=2.24.0
python-json-logger~=2.0

0 comments on commit 2940294

Please sign in to comment.