Skip to content

Commit c0d3bad

Browse files
committed
🔖 Version 24.1.0
* Switch to calendar versioning * Add zenodo badge * Update CHANGELOG.rst, codemeta.json and CITATION.cff files
1 parent 7af0ebb commit c0d3bad

File tree

4 files changed

+25
-10
lines changed

4 files changed

+25
-10
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ The versions follow `Semantic Versioning <https://semver.org/lang/de/>`_:
1313

1414
.. _changelog
1515
16+
24.1.0
17+
18+
* 🌱 Add matplotlib for social cards
19+
* 🔧 Use git tag for versioning the docs
20+
* 📝 Switch voila example to bqplot vueitfy
21+
* 📝 Switch to panel sampledata
22+
* 🔧 Add sphinx-lint
23+
* 📝 Add more alert boxes
24+
* 🔥 Remove node env
25+
* 🔥 Remove nbviewer env
26+
* 📝 Remove qgrid as it is not being developed further
27+
* 📝 Update MacTex install
28+
* 🔧 Add JupyterHub env
29+
* 🔧 Add Python 3.11 kernel config
30+
1631
1.1.0
1732

1833
* 🔖 Jupyter-Tutorial 1.1.0

CITATION.cff

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ authors:
1010
1111
identifiers:
1212
- type: doi
13-
value: 10.5281/zenodo.8053980
13+
value: 10.5281/zenodo.10961038
1414
- type: url
15-
value: "https://github.com/veit/jupyter-tutorial/tree/v1.1.0"
15+
value: "https://github.com/veit/jupyter-tutorial/tree/24.1.0"
1616
repository-code: "https://github.com/veit/jupyter-tutorial/"
17-
url: "https://jupyter-tutorial.readthedocs.io/en/v1.1.0/"
17+
url: "https://jupyter-tutorial.readthedocs.io/en/24.1.0"
1818
abstract: >-
1919
Training materials for setting up and using a research
2020
infrastructure based on Jupyter notebooks.
@@ -35,5 +35,5 @@ keywords:
3535
- MyST
3636
- nbsphinx
3737
license: BSD-3-Clause
38-
version: 1.1.0
39-
date-released: "2023-06-19"
38+
version: 24.1.0
39+
date-released: "2024-04-11"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Status
2121
.. image:: https://pyup.io/repos/github/veit/jupyter-tutorial/shield.svg
2222
:alt: Pyup
2323
:target: https://pyup.io/repos/github/veit/jupyter-tutorial/
24-
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8053980.svg
24+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10961038.svg
2525
:alt: DOI
26-
:target: https://doi.org/10.5281/zenodo.8053980
26+
:target: https://doi.org/10.5281/zenodo.10961038
2727
.. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon&query=totalItems&url=https%3A%2F%2Fmastodon.social%2F@JupyterTutorial%2Ffollowers.json&logo=mastodon
2828
:alt: Mastodon
2929
:target: https://mastodon.social/@JupyterTutorial

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"codeRepository": "https://github.com/veit/jupyter-tutorial",
55
"dateCreated": "2019-06-27",
66
"datePublished": "2019-06-27",
7-
"dateModified": "2023-06-19",
7+
"dateModified": "2024-04-11",
88
"issueTracker": "https://github.com/veit/jupyter-tutorial/issues",
99
"name": "Jupyter Tutorial",
10-
"version": "1.1.0",
10+
"version": "24.1.0",
1111
"description": "Training materials for setting up and using a research infrastructure based on Jupyter notebooks.\n",
1212
"developmentStatus": "active",
1313
"isPartOf": "https://www.python4data.science/",
14-
"referencePublication": "https://doi.org/10.5281/zenodo.8053980",
14+
"referencePublication": "https://doi.org/10.5281/zenodo.10961038",
1515
"keywords": [
1616
"Jupyter",
1717
"JupyterLab",

0 commit comments

Comments
 (0)