Skip to content

Commit

Permalink
Merge pull request #402 from ASFHyP3/bump-sdk-v5.0.0
Browse files Browse the repository at this point in the history
Update HyP3 SDK version to v5.0.0
  • Loading branch information
asjohnston-asf authored Dec 27, 2023
2 parents 3b0ade4 + 79e309b commit 3de5ca7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ 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.8.3]

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

## [0.8.2]

### Modified
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/v4.0.0/README.md') }}
{{ get_content('https://raw.githubusercontent.com/ASFHyP3/hyp3-sdk/v5.0.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` *v4.0.0* API Reference
# `hyp3_sdk` *v5.0.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=4.0.0 # also pinned in docs/using/sdk.md
- hyp3_sdk=5.0.0 # also pinned in docs/using/sdk.md
- asf_tools=0.6.0 # also pinned in docs/tools/asf_tools.md
- requests
- pip:
Expand Down

0 comments on commit 3de5ca7

Please sign in to comment.