Skip to content

Commit

Permalink
Increase spec version for SpaceDock pull requests (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan authored Jan 13, 2022
1 parent 1ef79e8 commit 5fb9275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netkan/netkan/spacedock_adder.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def make_netkan(cls, info: Dict[str, Any]) -> Dict[str, Any]:
logging.error('%s failed to analyze %s from %s',
cls.__name__, ident, url, exc_info=exc)
return {
'spec_version': 'v1.4',
'spec_version': 'v1.10',
'identifier': ident,
'$kref': f"#/ckan/spacedock/{info.get('id', '')}",
'license': info.get('license', '').strip().replace(' ', '-'),
Expand Down

0 comments on commit 5fb9275

Please sign in to comment.