Skip to content

Commit b5c1152

Browse files
committed
MNT: bump mpl version
1 parent 7735701 commit b5c1152

9 files changed

+11
-16
lines changed

.bumpversion.cfg

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

44
[bumpversion:file:./check-matplotlib-version.py]
55
search = __version__ == '{current_version}'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ all: logos figures cheatsheets handouts docs
88

99
.PHONY: logos
1010
logos:
11-
wget https://github.com/matplotlib/matplotlib/raw/v3.5.0/doc/_static/logo2.png -O ./logos/logo2.png
11+
wget https://github.com/matplotlib/matplotlib/raw/v3.5.1/doc/_static/logo2.png -O ./logos/logo2.png
1212

1313
.PHONY: figures
1414
figures:

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.5.0}}
267+
\put (80,1.5) {\tiny\Roboto \textcolor[HTML]{11557c}{Version 3.5.1}}
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.5.0'
5+
assert mpl.__version__ == '3.5.1'

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.5.0 handout for beginners.
300+
Matplotlib 3.5.1 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.5.0 handout for intermediate users.
201+
Matplotlib 3.5.1 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.5.0 handout for tips \& tricks.
246+
Matplotlib 3.5.1 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ autopep8
22
bump2version
33
cartopy==0.19.0.post1
44
flake8
5-
matplotlib==3.5.0
5+
matplotlib==3.5.1
66
mpl-sphinx-theme
77
pillow>=9
88
pdfx

requirements/requirements.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ kiwisolver==1.3.2
6060
# via matplotlib
6161
markupsafe==2.1.0
6262
# via jinja2
63-
matplotlib==3.5.0
63+
matplotlib==3.5.1
6464
# via -r requirements.in
6565
mccabe==0.6.1
6666
# via flake8
@@ -76,7 +76,6 @@ numpy==1.22.2
7676
packaging==21.3
7777
# via
7878
# matplotlib
79-
# setuptools-scm
8079
# sphinx
8180
pdfminer-six==20201018
8281
# via pdfx
@@ -122,8 +121,6 @@ requests==2.27.1
122121
# via sphinx
123122
scipy==1.8.0
124123
# via -r requirements.in
125-
setuptools-scm==6.4.2
126-
# via matplotlib
127124
shapely==1.8.1.post1
128125
# via cartopy
129126
six==1.16.0
@@ -157,12 +154,10 @@ toml==0.10.2
157154
# autopep8
158155
# pre-commit
159156
tomli==2.0.1
160-
# via
161-
# pep517
162-
# setuptools-scm
157+
# via pep517
163158
urllib3==1.26.8
164159
# via requests
165-
virtualenv==20.13.1
160+
virtualenv==20.13.2
166161
# via pre-commit
167162
wheel==0.37.1
168163
# via pip-tools

0 commit comments

Comments
 (0)