Skip to content

Commit 071bb89

Browse files
committed
Update release notes
1 parent 68f0694 commit 071bb89

File tree

5 files changed

+41
-1
lines changed

5 files changed

+41
-1
lines changed

doc/_static/switcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"name": "3.6.1 (stable)",
3+
"name": "3.6.2 (stable)",
44
"version": "stable",
55
"url": "https://matplotlib.org/stable/"
66
},

doc/_static/zenodo_cache/7275322.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/users/project/citing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ By version
2929
.. START OF AUTOGENERATED
3030
3131
32+
v3.6.2
33+
.. image:: ../../_static/zenodo_cache/7275322.svg
34+
:target: https://doi.org/10.5281/zenodo.7275322
3235
v3.6.1
3336
.. image:: ../../_static/zenodo_cache/7162185.svg
3437
:target: https://doi.org/10.5281/zenodo.7162185

doc/users/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Version 3.6
1818
../api/prev_api_changes/api_changes_3.6.1.rst
1919
../api/prev_api_changes/api_changes_3.6.0.rst
2020
github_stats.rst
21+
prev_whats_new/github_stats_3.6.1.rst
2122
prev_whats_new/github_stats_3.6.0.rst
2223

2324
Version 3.5

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.6.2": "7275322",
6667
"v3.6.1": "7162185",
6768
"v3.6.0": "7084615",
6869
"v3.5.3": "6982547",

0 commit comments

Comments
 (0)