Skip to content

Commit e286604

Browse files
committed
Release EOL version, 0.5.2 - migrate to sopel-youtube package
1 parent b6faa3f commit e286604

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Changes between 0.5.1 and 0.5.2
2+
===============================
3+
* Document `sopel_modules.youtube` end-of-life and transition to `sopel-youtube`
4+
15
Changes between 0.5.0 and 0.5.1
26
===============================
37
* Fix hiding load-time import errors (#52)

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# sopel-youtube
22

3-
YouTube info plugin for Sopel
3+
Legacy YouTube info plugin for Sopel
4+
5+
## IMPORTANT
6+
7+
**This version of the plugin is no longer maintained. When you are ready to
8+
upgrade to Sopel 8.0+, please uninstall `sopel-modules.youtube` and install
9+
[`sopel-youtube`](https://pypi.org/project/sopel-youtube/) instead.**
410

511
## Installing
612

setup.py

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

2929
setup(
3030
name='sopel_modules.youtube',
31-
version='0.5.1',
31+
version='0.5.2',
3232
description='YouTube plugin for Sopel',
3333
long_description=readme + '\n\n' + history,
3434
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)