diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da0a173..ade95ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # django-bulbs Change Log +## Version 3.15.1 + +- fix video detail page by pointing to actual EXTERNAL_URL ## Version 3.15.0 diff --git a/bulbs/__init__.py b/bulbs/__init__.py index 11d9fee7..00e46670 100644 --- a/bulbs/__init__.py +++ b/bulbs/__init__.py @@ -1 +1 @@ -__version__ = "3.15.0" +__version__ = "3.15.1" diff --git a/bulbs/videos/templates/videos/video-detail.html b/bulbs/videos/templates/videos/video-detail.html index f66262ed..0168f2fb 100644 --- a/bulbs/videos/templates/videos/video-detail.html +++ b/bulbs/videos/templates/videos/video-detail.html @@ -29,7 +29,7 @@ - +