Skip to content

Commit

Permalink
Merge pull request #19 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Postprint
  • Loading branch information
acocac committed Sep 2, 2023
2 parents 4a7e456 + fad4798 commit f6c359f
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.1
current_version = v1.0.2
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: 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.1 # This is automatically set using the bumpversion tool.
version: v1.0.2 # This is automatically set using the bumpversion tool.
identifiers:
- type: doi
value: TBA
value: 10.5281/zenodo.8311800
description: The concept DOI for the collection containing all versions of the notebook.
abstract: "Notebook developed to introduce manipulation and exploratory analysis of classified land use and cover data, using example data created by Impact Observatory from ESA Sentinel-2 imagery."
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/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>
</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/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>\n",
"</p>\n"
]
},
Expand Down Expand Up @@ -1820,7 +1823,7 @@
"source": [
"from datetime import date\n",
"\n",
"print('Notebook repository version: v1.0.1')\n",
"print('Notebook repository version: v1.0.2')\n",
"print(f'Last tested: {date.today()}')"
]
},
Expand Down

0 comments on commit f6c359f

Please sign in to comment.