From 5ffd404695c68f0b8329b119da87e4ad7ec2b6ba Mon Sep 17 00:00:00 2001
From: acoca
Date: Fri, 8 Mar 2024 15:20:19 +0000
Subject: [PATCH 1/2] fix zenodo badge
---
README.md | 4 ++--
notebook.ipynb | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 358b8cb..01ac5b1 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,8 @@
-
-
+
+
diff --git a/notebook.ipynb b/notebook.ipynb
index 4f27de1..7bdfded 100644
--- a/notebook.ipynb
+++ b/notebook.ipynb
@@ -38,8 +38,8 @@
" \n",
" \n",
" \n",
- " \n",
- " \n",
+ " \n",
+ " \n",
" \n",
"\n"
]
From 39cc20b15376efee6942840a16ec2f6b74f893ad Mon Sep 17 00:00:00 2001
From: acoca
Date: Fri, 8 Mar 2024 15:20:37 +0000
Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=20v1.0.3=20=E2=86=92=20v1.0?=
=?UTF-8?q?.4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.bumpversion.cfg | 2 +-
CITATION.cff | 2 +-
notebook.ipynb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 14a62e6..c3c7945 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = v1.0.3
+current_version = v1.0.4
commit = True
tag = True
parse = (v(?P\d+))(.(?P\d+))(.(?P\d+))
diff --git a/CITATION.cff b/CITATION.cff
index 799aa76..08b3f9e 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -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
diff --git a/notebook.ipynb b/notebook.ipynb
index 7bdfded..c4edc57 100644
--- a/notebook.ipynb
+++ b/notebook.ipynb
@@ -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()}')"
]
},