Skip to content

Commit e473d73

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 31b6718 commit e473d73

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
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.1
1732

1833
* 🔖 Jupyter-Tutorial 1.1.1

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ authors:
1111
affiliation: cusy GmbH
1212
identifiers:
1313
- type: doi
14-
value: 10.5281/zenodo.8052609
14+
value: 10.5281/zenodo.10961431
1515
repository-code: 'https://github.com/veit/jupyter-tutorial-de'
16-
url: 'https://jupyter-tutorial.readthedocs.io/de/latest/'
16+
url: 'https://jupyter-tutorial.readthedocs.io/de/24.1.0/'
1717
abstract: >-
1818
Schulungsmaterialen für den Aufbau und die Nutzung einer
1919
Forschungsinfrastruktur auf Basis von Jupyter Notebooks.
@@ -35,5 +35,5 @@ keywords:
3535
- Executable Books
3636
- MyST
3737
license: BSD-3-Clause
38-
version: 1.1.1
39-
date-released: '2023-06-18'
38+
version: 24.1.0
39+
date-released: '2024-01-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.8052609.svg
24+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.10961431.svg
2525
:alt: DOI
26-
:target: https://doi.org/10.5281/zenodo.8052609
26+
:target: https://doi.org/10.5281/zenodo.10961431
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
@@ -5,14 +5,14 @@
55
"dateCreated": "2023-06-18",
66
"datePublished": "2023-06-18",
77
"dateModified": "2023-06-18",
8-
"downloadUrl": "https://github.com/veit/jupyter-tutorial-de/archive/refs/tags/v1.1.1.tar.gz",
8+
"downloadUrl": "https://github.com/veit/jupyter-tutorial-de/archive/refs/tags/24.1.0.tar.gz",
99
"issueTracker": "https://github.com/veit/jupyter-tutorial-de/issues",
1010
"name": "Jupyter-Tutorial",
1111
"version": "1.1.1",
1212
"description": "Schulungsmaterialen für den Aufbau und die Nutzung einer Forschungsinfrastruktur auf Basis von Jupyter Notebooks.",
1313
"developmentStatus": "active",
1414
"isPartOf": "https://www.python4data.science/de/latest/",
15-
"referencePublication": "https://doi.org/10.5281/zenodo.8052609",
15+
"referencePublication": "https://doi.org/10.5281/zenodo.10961431",
1616
"keywords": [
1717
"Jupyter",
1818
"JupyterLab",
@@ -32,7 +32,7 @@
3232
"MyST"
3333
],
3434
"relatedLink": [
35-
"https://jupyter-tutorial.readthedocs.io/de/latest/"
35+
"https://jupyter-tutorial.readthedocs.io/de/24.1.0/"
3636
],
3737
"author": [
3838
{

0 commit comments

Comments
 (0)