Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ee8cab

Browse files
committed
Add Zenodo DOIs for 3.3.0.
1 parent 765b30a commit 9ee8cab

4 files changed

Lines changed: 77 additions & 2 deletions

File tree

Lines changed: 35 additions & 0 deletions
Loading
Lines changed: 35 additions & 0 deletions
Loading

doc/citing.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ By version
3939
.. START OF AUTOGENERATED
4040
4141
42+
v3.3.0
43+
.. image:: _static/zenodo_cache/3948793.svg
44+
:target: https://doi.org/10.5281/zenodo.3948793
4245
v3.2.2
43-
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3898017.svg
44-
:target: https://doi.org/10.5281/zenodo.3898017
46+
.. image:: _static/zenodo_cache/3898017.svg
47+
:target: https://doi.org/10.5281/zenodo.3898017
4548
v3.2.1
4649
.. image:: _static/zenodo_cache/3714460.svg
4750
:target: https://doi.org/10.5281/zenodo.3714460

tools/cache_zenodo_svg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def _get_xdg_cache_dir():
6262

6363
if __name__ == "__main__":
6464
data = {
65+
"v3.3.0": "3948793",
66+
"v3.2.2": "3898017",
6567
"v3.2.1": "3714460",
6668
"v3.2.0": "3695547",
6769
"v3.1.3": "3633844",

0 commit comments

Comments
 (0)