Skip to content

Commit

Permalink
Merge pull request #445 from ASFHyP3/bump-sdk-v6.2.0
Browse files Browse the repository at this point in the history
Update HyP3 SDK version to v6.2.0
  • Loading branch information
jtherrmann authored May 17, 2024
2 parents 013f940 + 25bde5b commit 3fc33c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.1]

### Changed
* Updated HyP3 SDK to [v6.2.0](https://github.com/ASFHyP3/hyp3-sdk/blob/main/CHANGELOG.md#620)

## [0.9.0]

Expand Down
2 changes: 1 addition & 1 deletion docs/using/sdk.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ get_content('https://raw.githubusercontent.com/ASFHyP3/hyp3-sdk/v6.1.0/README.md') }}
{{ get_content('https://raw.githubusercontent.com/ASFHyP3/hyp3-sdk/v6.2.0/README.md') }}
2 changes: 1 addition & 1 deletion docs/using/sdk_api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `hyp3_sdk` *v6.1.0* API Reference
# `hyp3_sdk` *v6.2.0* API Reference

::: hyp3_sdk
options:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
# For documentation
- mkdocs=1.5.3
- mkdocs-material=9.4.2
- hyp3_sdk=6.1.0 # also pinned in docs/using/sdk.md
- hyp3_sdk=6.2.0 # also pinned in docs/using/sdk.md
- asf_tools=0.7.2 # also pinned in docs/tools/asf_tools.md
- requests
- pip:
Expand Down

0 comments on commit 3fc33c7

Please sign in to comment.