Skip to content

Commit

Permalink
point release to correct Sphinx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Sep 22, 2023
1 parent 43ba3ca commit fff4ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Documentation",
"Topic :: Utilities",
]
dependencies = ["Sphinx>=0.6", "requests"]
dependencies = ["Sphinx>=6.1", "requests"]

[project.readme]
content-type = "text/plain"
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/youtube/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Sphinx "youtube" extension."""
from . import peertube, utils, vimeo, youtube

__version__ = "1.4.0"
__version__ = "1.4.1"


def setup(app):
Expand Down

0 comments on commit fff4ab2

Please sign in to comment.