We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5bc87 commit ecccc02Copy full SHA for ecccc02
2 files changed
NEWS
@@ -1,3 +1,9 @@
1
+Changes between 0.4.0 and 0.4.1
2
+===============================
3
+* Handle "shorts" links (#36)
4
+* Be more careful about auto-playlists (#38)
5
+
6
7
Changes between 0.3.2 and 0.4.0
8
===============================
9
* Enhance live stream support (#28)
sopel_modules/youtube/__init__.py
@@ -14,5 +14,5 @@
14
15
__author__ = 'dgw'
16
__email__ = 'dgw@technobabbl.es'
17
-__version__ = '0.4.0'
+__version__ = '0.4.1'
18
0 commit comments