Skip to content

Commit 69858ef

Browse files
authored
Merge pull request #75 from tacaswell/mpl37_ann
DOC: add news about 3.7.0 release
2 parents d82ee5b + 657f768 commit 69858ef

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

docs/body.html

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -121,31 +121,23 @@ <h1>Matplotlib: Visualization with Python</h1>
121121
<!-- optional important news -->
122122
<h3>News<a class="headerlink" href="#news" title="Permalink to news section">#</a></h3>
123123
<div class="news__item--highlight">
124+
<h5 class="date">Feburary 14, 2022</h5>
125+
<a href="https://discourse.matplotlib.org/t/matplotlib-devel-ann-matplotlib-3-7-0/23568" class="link--offsite">Matplotlib 3.7.0 Released</a>
126+
<p>
127+
We thank the 112 authors for the 427 pull requests that comprise the 3.7.0 release.
128+
</p>
129+
</div>
130+
<div class="news__item">
124131
<h5 class="date">November 23, 2022</h5>
125132
<a href="https://discourse.matplotlib.org/t/nasa-rose-rse-hired/23334" class="link--offsite">Sunden hired as Research Software Engineer</a>
126-
127-
We are happy to announce that <a href="https://github.com/ksunden">Kyle Sunden</a>
128-
has joined Matplotlib as a Research Software Engineer supported by
129-
a grant from NASA.
130133
</div>
131134
<div class="news__item">
132135
<h5 class="date">September 16, 2022</h5>
133136
<a href="https://discourse.matplotlib.org/t/matplotlib-announce-ann-matplotlib-3-6-0/23129" class="link--offsite">Matplotlib 3.6.0 Released</a>
134137
</div>
135-
136-
<div class="news__item">
137-
<h5 class="date">May 2, 2022</h5>
138-
<a href="https://discourse.matplotlib.org/t/matplotlib-announce-ann-matplotlib-3-5-2/22805" class="link--offsite">Matplotlib 3.5.2 Released</a>
139-
</div>
140138
<div class="news__item">
141139
<h5 class="date">July 21, 2022</h5>
142-
<p>
143-
<a href="https://pyfound.blogspot.com/2022/07/announcing-python-software-foundation.html" class="link--offsite">Caswell named PSF Fellow</a>
144-
Matplotlib Project Lead Thomas Caswell has been named
145-
a <a href="https://pyfound.blogspot.com/2022/07/announcing-python-software-foundation.html">Q2
146-
2022 PSF fellow</a> for his work on Matplotlib and in the wider
147-
Scientific Python community.
148-
</p>
140+
<a href="https://pyfound.blogspot.com/2022/07/announcing-python-software-foundation.html" class="link--offsite">Caswell named PSF Fellow</a>
149141
</div>
150142

151143
<!-- END NEWS ITEMS -->

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
jinja2>3
2-
mpl-sphinx-theme~=3.6.0
2+
mpl-sphinx-theme~=3.7.0
3+
pydata-sphinx-theme~=0.12.0
34
pygments>=2.7
45
sphinx
56
sphinx-notfound-page

0 commit comments

Comments
 (0)