8000 DOC: Add Zenodo DOI for 3.7.4 · matplotlib/matplotlib@03947d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03947d0

Browse files
committed
DOC: Add Zenodo DOI for 3.7.4
1 parent 2cf7c01 commit 03947d0

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

doc/_static/zenodo_cache/10152802.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/users/project/citing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ By version
2929
.. START OF AUTOGENERATED
3030
3131
32+
v3.7.4
33+
.. image:: ../../_static/zenodo_cache/10152802.svg
34+
:target: https://doi.org/10.5281/zenodo.10152802
3235
v3.7.3
3336
.. image:: ../../_static/zenodo_cache/8336761.svg
3437
:target: https://doi.org/10.5281/zenodo.8336761

tools/cache_zenodo_svg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def _get_xdg_cache_dir():
6363

6464
if __name__ == "__main__":
6565
data = {
66+
"v3.7.4": "10152802",
6667
"v3.7.3": "8336761",
6768
"v3.7.2": "8118151",
6869
"v3.7.1": "7697899",

0 commit comments

Comments
 (0)
0