Skip to content

Commit

Permalink
🔖 Version 24.1.0
Browse files Browse the repository at this point in the history
* Switch to calendar versioning
* Add zenodo badge
* Update CHANGELOG.rst, codemeta.json and CITATION.cff files
  • Loading branch information
veit committed Apr 11, 2024
1 parent 31b6718 commit e473d73
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ The versions follow `Semantic Versioning <https://semver.org/lang/de/>`_:

.. _changelog
24.1.0

* 🌱 Add matplotlib for social cards
* 🔧 Use git tag for versioning the docs
* 📝 Switch voila example to bqplot vueitfy
* 📝 Switch to panel sampledata
* 🔧 Add sphinx-lint
* 📝 Add more alert boxes
* 🔥 Remove node env
* 🔥 Remove nbviewer env
* 📝 Remove qgrid as it is not being developed further
* 📝 Update MacTex install
* 🔧 Add JupyterHub env
* 🔧 Add Python 3.11 kernel config

1.1.1

* 🔖 Jupyter-Tutorial 1.1.1
Expand Down
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ authors:
affiliation: cusy GmbH
identifiers:
- type: doi
value: 10.5281/zenodo.8052609
value: 10.5281/zenodo.10961431
repository-code: 'https://github.com/veit/jupyter-tutorial-de'
url: 'https://jupyter-tutorial.readthedocs.io/de/latest/'
url: 'https://jupyter-tutorial.readthedocs.io/de/24.1.0/'
abstract: >-
Schulungsmaterialen für den Aufbau und die Nutzung einer
Forschungsinfrastruktur auf Basis von Jupyter Notebooks.
Expand All @@ -35,5 +35,5 @@ keywords:
- Executable Books
- MyST
license: BSD-3-Clause
version: 1.1.1
date-released: '2023-06-18'
version: 24.1.0
date-released: '2024-01-11'
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Status
.. image:: https://pyup.io/repos/github/veit/jupyter-tutorial/shield.svg
:alt: Pyup
:target: https://pyup.io/repos/github/veit/jupyter-tutorial/
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.8052609.svg
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.10961431.svg
:alt: DOI
:target: https://doi.org/10.5281/zenodo.8052609
:target: https://doi.org/10.5281/zenodo.10961431
.. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon&query=totalItems&url=https%3A%2F%2Fmastodon.social%2F@JupyterTutorial%2Ffollowers.json&logo=mastodon
:alt: Mastodon
:target: https://mastodon.social/@JupyterTutorial
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"dateCreated": "2023-06-18",
"datePublished": "2023-06-18",
"dateModified": "2023-06-18",
"downloadUrl": "https://github.com/veit/jupyter-tutorial-de/archive/refs/tags/v1.1.1.tar.gz",
"downloadUrl": "https://github.com/veit/jupyter-tutorial-de/archive/refs/tags/24.1.0.tar.gz",
"issueTracker": "https://github.com/veit/jupyter-tutorial-de/issues",
"name": "Jupyter-Tutorial",
"version": "1.1.1",
"description": "Schulungsmaterialen für den Aufbau und die Nutzung einer Forschungsinfrastruktur auf Basis von Jupyter Notebooks.",
"developmentStatus": "active",
"isPartOf": "https://www.python4data.science/de/latest/",
"referencePublication": "https://doi.org/10.5281/zenodo.8052609",
"referencePublication": "https://doi.org/10.5281/zenodo.10961431",
"keywords": [
"Jupyter",
"JupyterLab",
Expand All @@ -32,7 +32,7 @@
"MyST"
],
"relatedLink": [
"https://jupyter-tutorial.readthedocs.io/de/latest/"
"https://jupyter-tutorial.readthedocs.io/de/24.1.0/"
],
"author": [
{
Expand Down

0 comments on commit e473d73

Please sign in to comment.