Skip to content

Commit

Permalink
Merge pull request #6 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Postprint - fix concept doi and citation url
  • Loading branch information
acocac authored Sep 4, 2023
2 parents ec8858b + 7480888 commit 43434b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2
current_version = v1.0.3
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 @@ -9,10 +9,10 @@ authors:
affiliation: Science & Technology Facilities Council
- name: "This EDS book notebook contributors"
website: "https://github.com/eds-book-gallery/bc30df18-fce2-42fa-aade-1ce5b7f3ca3c/graphs/contributors"
version: v1.0.2 # This is automatically set using the bumpversion tool.
version: v1.0.3 # This is automatically set using the bumpversion tool.
identifiers:
- type: doi
value: 10.5281/zenodo.8309767
value: 10.5281/zenodo.8309766
description: The concept DOI for the collection containing all versions of the notebook.
abstract: "Notebook developed to demonstrate how to explore SEVIRI Level 1.5."
keywords:
Expand Down
4 changes: 2 additions & 2 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@
"id": "7435c139",
"metadata": {},
"source": [
"Please see [CITATION.cff](https://github.com/eds-book-gallery/15d986da-2d7c-44fb-af71-700494485def/blob/main/CITATION.cff) for the full citation information. The citation file can be exported to APA or BibTex formats (learn more [here](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files))."
"Please see [CITATION.cff](https://github.com/eds-book-gallery/bc30df18-fce2-42fa-aade-1ce5b7f3ca3c/blob/main/CITATION.cff) for the full citation information. The citation file can be exported to APA or BibTex formats (learn more [here](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files))."
]
},
{
Expand Down Expand Up @@ -720,7 +720,7 @@
"source": [
"from datetime import date\n",
"\n",
"print('Notebook repository version: v1.0.2')\n",
"print('Notebook repository version: v1.0.3')\n",
"print(f'Last tested: {date.today()}')"
]
},
Expand Down

0 comments on commit 43434b7

Please sign in to comment.