Skip to content

Commit 26c0fe6

Browse files
authored
Merge pull request #44 from jklymak/mnt-update-version-req
MNT: update version and pydata-sphinx-theme req
2 parents 073b2d0 + 49f1a1c commit 26c0fe6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pydata-sphinx-theme>=0.9.0
1+
pydata-sphinx-theme>=0.10.0
22
matplotlib

Diff for: mpl_sphinx_theme/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Matplotlib developers.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (3, 5, 0)
7+
version_info = (3, 6, 0)
88
__version__ = ".".join(map(str, version_info))

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pydata-sphinx-theme>=0.9.0
1+
pydata-sphinx-theme>=0.10.0
22
matplotlib

0 commit comments

Comments
 (0)