Skip to content

Commit

Permalink
Merge pull request #21 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Postprint - Zenodo badge
  • Loading branch information
acocac authored Mar 8, 2024
2 parents 1f29a4c + 39cc20b commit 5d1e4a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = v1.0.3
current_version = v1.0.4
commit = True
tag = True
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors:
affiliation: King's College London
- name: "This EDS book notebook contributors"
website: "https://github.com/eds-book-gallery/b128b282-dee7-44a7-bc21-f1fd21452a83/graphs/contributors"
version: v1.0.3 # This is automatically set using the bumpversion tool.
version: v1.0.4 # This is automatically set using the bumpversion tool.
identifiers:
- type: doi
value: 10.5281/zenodo.8311800
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<a href="https://w3id.org/ro-id/b128b282-dee7-44a7-bc21-f1fd21452a83">
<img alt="RoHub" src="https://img.shields.io/badge/RoHub-FAIR_Executable_Research_Object-2ea44f?logo=Open+Access&logoColor=blue">
</a>
<a href="https://zenodo.org/badge/latestdoi/514340098">
<img alt="doi" src="https://zenodo.org/badge/514340098.svg">
<a href="https://zenodo.org/badge/latestdoi/493600192">
<img alt="doi" src="https://zenodo.org/badge/493600192.svg">
</a>
</p>

Expand Down
6 changes: 3 additions & 3 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
" <a href=\"https://w3id.org/ro-id/b128b282-dee7-44a7-bc21-f1fd21452a83\">\n",
" <img alt=\"RoHub\" src=\"https://img.shields.io/badge/RoHub-FAIR_Executable_Research_Object-2ea44f?logo=Open+Access&logoColor=blue\">\n",
" </a>\n",
" <a href=\"https://zenodo.org/badge/latestdoi/514340098\">\n",
" <img alt=\"doi\" src=\"https://zenodo.org/badge/514340098.svg\">\n",
" <a href=\"https://zenodo.org/badge/latestdoi/493600192\">\n",
" <img alt=\"doi\" src=\"https://zenodo.org/badge/493600192.svg\">\n",
" </a>\n",
"</p>\n"
]
Expand Down Expand Up @@ -1822,7 +1822,7 @@
"source": [
"from datetime import date\n",
"\n",
"print('Notebook repository version: v1.0.3')\n",
"print('Notebook repository version: v1.0.4')\n",
"print(f'Last tested: {date.today()}')"
]
},
Expand Down

0 comments on commit 5d1e4a0

Please # to comment.