Skip to content

Commit

Permalink
Merge pull request #468 from ASFHyP3/bump-sdk-v7.0.1
Browse files Browse the repository at this point in the history
Update HyP3 SDK version to v7.0.1
  • Loading branch information
jtherrmann authored Jul 11, 2024
2 parents 450a053 + 15671e0 commit 283ccb8
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.9.9]

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

## [0.9.8]

### Removed
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/v7.0.0/README.md') }}
{{ get_content('https://raw.githubusercontent.com/ASFHyP3/hyp3-sdk/v7.0.1/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` *v7.0.0* API Reference
# `hyp3_sdk` *v7.0.1* 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=7.0.0 # also pinned in docs/using/sdk.md
- hyp3_sdk=7.0.1 # also pinned in docs/using/sdk.md
- asf_tools=0.8.0 # also pinned in docs/tools/asf_tools.md
- requests
- pip:
Expand Down

0 comments on commit 283ccb8

Please sign in to comment.