Skip to content

Commit

Permalink
Merge pull request #2 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Postprint
  • Loading branch information
acocac authored Sep 2, 2023
2 parents c4f13d6 + 1e3dbb1 commit f84826b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.0
current_version = v1.0.1
commit = True
tag = True
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ authors:
affiliation: The Alan Turing Institute
- name: "This EDS book notebook contributors"
website: "https://github.com/eds-book-gallery/15d986da-2d7c-44fb-af71-700494485def/graphs/contributors"
version: v1.0.0 # This is automatically set using the bumpversion tool.
version: v1.0.1 # This is automatically set using the bumpversion tool.
identifiers:
- type: doi
value: TBA
value: 10.5281/zenodo.8311780
description: The concept DOI for the collection containing all versions of the notebook.
abstract: "Notebook developed to demonstrate how to load and visualise daily hydrometeorological and soil data from the 2013-2019 public COSMOS-UK dataset."
keywords:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<a href="https://w3id.org/ro-id/435f534c-e49b-43c3-9bd6-3393100bef3f">
<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/493432867">
<img alt="doi" src="https://zenodo.org/badge/493432867.svg">
</a>
</p>

<p align="center">
Expand Down
5 changes: 4 additions & 1 deletion notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
" <a href=\"https://w3id.org/ro-id/435f534c-e49b-43c3-9bd6-3393100bef3f\">\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/493432867\">\n",
" <img alt=\"doi\" src=\"https://zenodo.org/badge/493432867.svg\">\n",
" </a>\n",
"</p>"
]
},
Expand Down Expand Up @@ -725,7 +728,7 @@
"source": [
"from datetime import date\n",
"\n",
"print('Notebook repository version: v1.0.0')\n",
"print('Notebook repository version: v1.0.1')\n",
"print(f'Last tested: {date.today()}')"
]
},
Expand Down

0 comments on commit f84826b

Please sign in to comment.