Skip to content

Commit

Permalink
Release 1.4 (#62)
Browse files Browse the repository at this point in the history
* bump version

* fix github URL in docs
  • Loading branch information
dham authored Sep 18, 2023
1 parent 8dfbf08 commit 43ba3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/12rambau/youtube",
"url": "https://github.com/sphinx-contrib/youtube",
"icon": "fa-brands fa-github",
},
{
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.3.0"
__version__ = "1.4.0"


def setup(app):
Expand Down

0 comments on commit 43ba3ca

Please # to comment.