Skip to content

Commit

Permalink
Fix case of license specifier for zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Sep 3, 2023
1 parent 0a4301b commit f4b7463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"keywords": [
"SKOS", "vocabulary", "spreadsheet", "xlsx", "linked data", "rdf"
],
"license": "BSD-3-clause",
"license": "BSD-3-Clause",
"related_identifiers": [
{
"identifier": "doi:10.5281/zenodo.8306845",
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change log

## Release 0.7.5 (2023-09-02)
## Release 0.7.5 / 0.7.6 (2023-09-03)

In 0.7.6 we fixed the license specifier for Zenodo and the link to the changelog for PyPI.

New features:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/nfdi4cat/voc4cat-tool/"
Documentation = "https://github.com/nfdi4cat/voc4cat-tool/"
Changelog = "https://github.com/nfdi4cat/voc4cat-tool/blob/master/CHANGELOG.md"
Changelog = "https://github.com/nfdi4cat/voc4cat-tool/blob/main/CHANGELOG.md"

[project.optional-dependencies]
tests = [
Expand Down

0 comments on commit f4b7463

Please sign in to comment.