Skip to content

Commit

Permalink
Merge pull request #140 from bcgsc/bugfix/spec-url
Browse files Browse the repository at this point in the history
Release v3.12.1 - Bugfix/spec url
  • Loading branch information
dustinbleile authored Dec 5, 2023
2 parents 7b4f985 + 63d0e26 commit 12bb8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipr/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ def get_spec(self) -> Dict:
"""
Get the current IPR spec, for the purposes of current report upload fields
"""
return self.request(f'api/spec.json', method='GET')
return self.request(f'/spec.json', method='GET')
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ known_standard_library = requests

[metadata]
name = ipr
version = 3.12.0
version = 3.12.1
author_email = [email protected]
author = ipr
maintainer_email = [email protected]
Expand Down

0 comments on commit 12bb8c2

Please sign in to comment.