Skip to content

Commit 62d2ba5

Browse files
authored
Merge pull request #168 from dstansby/mpl-3.9
Update Matplotlib version to 3.9
2 parents cb9b174 + b7c2bff commit 62d2ba5

File tree

8 files changed

+10
-14
lines changed

8 files changed

+10
-14
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.8.2
2+
current_version = 3.9.4
33

44
[bumpversion:file:./check-matplotlib-version.py]
55
search = __version__ == '{current_version}'
@@ -9,10 +9,6 @@ replace = __version__ == '{new_version}'
99
search = Matplotlib {current_version}
1010
replace = Matplotlib {new_version}
1111

12-
[bumpversion:file:./Makefile]
13-
search = v{current_version}
14-
replace = v{new_version}
15-
1612
[bumpversion:file:./cheatsheets.tex]
1713
search = Version {current_version}
1814
replace = Version {new_version}

cheatsheets.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
\begin{multicols*}{5}
265265
\begin{overpic}[width=\columnwidth,tics=6,trim=12 6 18 6, clip]{logo2.png}
266266
\put (16.5,1.5) {\scriptsize\RobotoCon \textcolor[HTML]{11557c}{Cheat sheet}}
267-
\put (80,1.5) {\tiny\Roboto \textcolor[HTML]{11557c}{Version 3.8.2}}
267+
\put (80,1.5) {\tiny\Roboto \textcolor[HTML]{11557c}{Version 3.9.4}}
268268
\end{overpic}
269269
%\textbf{\Large \RobotoCon Matplotlib 3.2 cheat sheet}\\
270270
%{\ttfamily https://matplotlib.org} \hfill CC-BY 4.0

check-matplotlib-version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
import matplotlib as mpl
33

44

5-
assert mpl.__version__ == '3.8.2'
5+
assert mpl.__version__ == '3.9.4'

handout-beginner.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ \subsection*{\rmfamily Save \mdseries (bitmap or vector format)}
297297
\vfill
298298
%
299299
{\scriptsize
300-
Matplotlib 3.8.2 handout for beginners.
300+
Matplotlib 3.9.4 handout for beginners.
301301
Copyright (c) 2021 Matplotlib Development Team.
302302
Released under a CC-BY 4.0 International License.
303303
Supported by NumFOCUS.

handout-intermediate.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ \subsection*{\rmfamily Size \& DPI}
198198
\vfill
199199
%
200200
{\scriptsize
201-
Matplotlib 3.8.2 handout for intermediate users.
201+
Matplotlib 3.9.4 handout for intermediate users.
202202
Copyright (c) 2021 Matplotlib Development Team.
203203
Released under a CC-BY 4.0 International License.
204204
Supported by NumFOCUS.

handout-tips.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ \subsection*{\rmfamily Read the documentation}
243243
\vfill
244244
%
245245
{\scriptsize
246-
Matplotlib 3.8.2 handout for tips \& tricks.
246+
Matplotlib 3.9.4 handout for tips \& tricks.
247247
Copyright (c) 2021 Matplotlib Development Team.
248248
Released under a CC-BY 4.0 International License.
249249
Supported by NumFOCUS.

requirements/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ autopep8
22
bump2version
33
cartopy==0.22.0
44
flake8
5-
matplotlib==3.8.2
5+
matplotlib==3.9.4
66
pillow>=9
77
pdfx
88
pip-tools
99
pre-commit
1010
scipy
1111
# Docs
12-
mpl-sphinx-theme~=3.8.0
12+
mpl-sphinx-theme~=3.9.0
1313
pydata-sphinx-theme==0.13.3
1414
sphinx
1515
sphinx-design

requirements/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ kiwisolver==1.4.5
6868
# via matplotlib
6969
markupsafe==2.1.4
7070
# via jinja2
71-
matplotlib==3.8.2
71+
matplotlib==3.9.4
7272
# via
7373
# -r requirements.in
7474
# cartopy
7575
# mpl-sphinx-theme
7676
mccabe==0.7.0
7777
# via flake8
78-
mpl-sphinx-theme==3.8.0
78+
mpl-sphinx-theme==3.9.0
7979
# via -r requirements.in
8080
nodeenv==1.8.0
8181
# via pre-commit

0 commit comments

Comments
 (0)