Skip to content

Commit

Permalink
Merge pull request #492 from ASFHyP3/update-hyp3-sdk-and-asf-tools
Browse files Browse the repository at this point in the history
update hyp3-sdk and asf-tools to latest versions
  • Loading branch information
jtherrmann authored Jan 23, 2025
2 parents bf61b52 + 45f1ea5 commit ffe9485
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.13]

### Changed
* Updated HyP3 SDK to [v7.0.3](https://github.com/ASFHyP3/hyp3-sdk/blob/main/CHANGELOG.md#703)
* Updated ASF Tools for Python to [v0.8.3](https://github.com/ASFHyP3/asf-tools/blob/main/CHANGELOG.md#083)

## [0.9.12]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/asf_tools.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ get_content('https://raw.githubusercontent.com/ASFHyP3/asf-tools/v0.8.0/src/asf_tools/README.md') }}
{{ get_content('https://raw.githubusercontent.com/ASFHyP3/asf-tools/v0.8.3/src/asf_tools/README.md') }}
2 changes: 1 addition & 1 deletion docs/tools/asf_tools_api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `asf_tools` *v0.8.0* API Reference
# `asf_tools` *v0.8.3* API Reference

::: asf_tools
options:
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.1/README.md') }}
{{ get_content('https://raw.githubusercontent.com/ASFHyP3/hyp3-sdk/v7.0.3/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.1* API Reference
# `hyp3_sdk` *v7.0.3* API Reference

::: hyp3_sdk
options:
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
# For documentation
- mkdocs=1.5.3
- mkdocs-material=9.4.2
- 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
- hyp3_sdk=7.0.3 # also pinned in docs/using/sdk.md
- asf_tools=0.8.3 # also pinned in docs/tools/asf_tools.md
- requests
- pip:
# For documentation
Expand Down

0 comments on commit ffe9485

Please sign in to comment.