Skip to content

Commit 5238c05

Browse files
committed
Bump version number
1 parent 89ca155 commit 5238c05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Documentation",
2424
"Topic :: Utilities",
2525
]
26-
dependencies = ["Sphinx>=6.1", "requests"]
26+
dependencies = ["Sphinx>=7.2", "requests"]
2727

2828
[project.readme]
2929
content-type = "text/plain"

sphinxcontrib/youtube/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from . import peertube, utils, vimeo, youtube
44

5-
__version__ = "1.4.1"
5+
__version__ = "1.5.0"
66

77

88
def setup(app):

0 commit comments

Comments
 (0)