We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecba94 commit e751cc1Copy full SHA for e751cc1
doc/_static/zenodo_cache/14940554.svg
doc/_static/zenodo_cache/15375714.svg
doc/project/citing.rst
@@ -32,6 +32,12 @@ By version
32
.. START OF AUTOGENERATED
33
34
35
+v3.10.3
36
+ .. image:: ../_static/zenodo_cache/15375714.svg
37
+ :target: https://doi.org/10.5281/zenodo.15375714
38
+v3.10.1
39
+ .. image:: ../_static/zenodo_cache/14940554.svg
40
+ :target: https://doi.org/10.5281/zenodo.14940554
41
v3.10.0
42
.. image:: ../_static/zenodo_cache/14464227.svg
43
:target: https://doi.org/10.5281/zenodo.14464227
tools/cache_zenodo_svg.py
@@ -63,6 +63,8 @@ def _get_xdg_cache_dir():
63
64
if __name__ == "__main__":
65
data = {
66
+ "v3.10.3": "15375714",
67
+ "v3.10.1": "14940554",
68
"v3.10.0": "14464227",
69
"v3.9.4": "14436121",
70
"v3.9.3": "14249941",
0 commit comments