stac-utils / pystac

Python library for working with any SpatioTemporal Asset Catalog (STAC)
https://pystac.readthedocs.io
Other
346 stars 116 forks source link

Release v1.10.1 #1338

Closed gadomski closed 5 months ago

gadomski commented 5 months ago

Related Issue(s):

Description:

Because #1335 added new stuff, our current main requires a MINOR release. I'd like to just do a PATCH release for #1337, so my idea is to manually release from this branch (once approved), then merge it back into main get the CHANGELOG diff. @jsignell if that feels like overkill, lmk.

PR Checklist:

gadomski commented 5 months ago

Cool, looks ok on test pypi so I'll do it: https://test.pypi.org/project/pystac/1.10.1/. Thanks Julia!

gadomski commented 5 months ago

PyPI: https://pypi.org/project/pystac/1.10.1/.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.22%. Comparing base (9467ac1) to head (b66ba9c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1338 +/- ## ======================================= Coverage 91.22% 91.22% ======================================= Files 51 51 Lines 7043 7043 Branches 1008 1008 ======================================= Hits 6425 6425 Misses 443 443 Partials 175 175 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gadomski commented 5 months ago