Skip to content

Commit

Permalink
update CHANGELOG and add url
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelynsmale committed May 15, 2024
1 parent 2e324d0 commit cf1607d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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).

## [6.1.1]

### Added
* Unapproved `hyp3-sdk` users receive an error message when connecting to `HyP3`

## [6.1.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/hyp3_sdk/hyp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _check_application_status(self) -> None:
info = self.my_info()
if info['application_status'] != 'APPROVED':
warnings.warn(f'User {info["user_id"]} has not yet applied for a monthly credit allotment.'
' Please visit <url> to submit your application.')
' Please visit https://hyp3.asf.alaska.edu/request_access to submit your application.')

def find_jobs(self,
start: Optional[datetime] = None,
Expand Down

0 comments on commit cf1607d

Please sign in to comment.