Skip to content

Commit e48e4ac

Browse files
committed
DOC: Add Zenodo DOI for 3.4.3.
1 parent 1f76bcd commit e48e4ac

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

doc/_static/zenodo_cache/5194481.svg

+35
Loading

doc/citing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ By version
2929
.. START OF AUTOGENERATED
3030
3131
32+
v3.4.3
33+
.. image:: _static/zenodo_cache/5194481.svg
34+
:target: https://doi.org/10.5281/zenodo.5194481
3235
v3.4.2
3336
.. image:: _static/zenodo_cache/4743323.svg
3437
:target: https://doi.org/10.5281/zenodo.4743323

tools/cache_zenodo_svg.py

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def _get_xdg_cache_dir():
6262

6363
if __name__ == "__main__":
6464
data = {
65+
"v3.4.3": "5194481",
6566
"v3.4.2": "4743323",
6667
"v3.4.1": "4649959",
6768
"v3.4.0": "4638398",

0 commit comments

Comments
 (0)