Skip to content

Commit c8125fe

Browse files
committed
Zenodo v3.10.7
1 parent 2569354 commit c8125fe

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

doc/_static/switcher.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"name": "3.10 (stable)",
4-
"version": "3.10.6",
4+
"version": "3.10.7",
55
"url": "https://matplotlib.org/stable/",
66
"preferred": true
77
},
@@ -12,8 +12,8 @@
1212
},
1313
{
1414
"name": "3.9",
15-
"version": "3.9.4",
16-
"url": "https://matplotlib.org/3.9.4/"
15+
"version": "3.9.3",
16+
"url": "https://matplotlib.org/3.9.3/"
1717
},
1818
{
1919
"name": "3.8",

doc/api/next_api_changes/development/29745-DS.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/project/citing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ By version
3232
.. START OF AUTOGENERATED
3333
3434
35+
v3.10.7
36+
.. image:: ../_static/zenodo_cache/17298696.svg
37+
:target: https://doi.org/10.5281/zenodo.17298696
3538
v3.10.6
3639
.. image:: ../_static/zenodo_cache/16999430.svg
3740
:target: https://doi.org/10.5281/zenodo.16999430

doc/users/release_notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ Version 3.10
1818
:maxdepth: 1
1919

2020
prev_whats_new/whats_new_3.10.0.rst
21+
../api/prev_api_changes/api_changes_3.10.7.rst
2122
../api/prev_api_changes/api_changes_3.10.1.rst
2223
../api/prev_api_changes/api_changes_3.10.0.rst
2324
github_stats.rst
25+
prev_whats_new/github_stats_3.10.6.rst
2426
prev_whats_new/github_stats_3.10.5.rst
2527
prev_whats_new/github_stats_3.10.3.rst
2628
prev_whats_new/github_stats_3.10.1.rst

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.10.7": "17298696",
6667
"v3.10.6": "16999430",
6768
"v3.10.5": "16644850",
6869
"v3.10.3": "15375714",

0 commit comments

Comments
 (0)