Skip to content

Commit 1d7e71e

Browse files
committed
DOC: Add Zenodo DOI for 3.9.3
1 parent 4d1e3d2 commit 1d7e71e

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

doc/_static/zenodo_cache/14249941.svg

+35
Loading

doc/project/citing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ By version
3232
.. START OF AUTOGENERATED
3333
3434
35+
v3.9.3
36+
.. image:: ../_static/zenodo_cache/14249941.svg
37+
:target: https://doi.org/10.5281/zenodo.14249941
3538
v3.9.2
3639
.. image:: ../_static/zenodo_cache/13308876.svg
3740
:target: https://doi.org/10.5281/zenodo.13308876

tools/cache_zenodo_svg.py

+1
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.9.3": "14249941",
6667
"v3.9.2": "13308876",
6768
"v3.9.1": "12652732",
6869
"v3.9.0": "11201097",

0 commit comments

Comments
 (0)