diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b4d78ad4e..eed7b38c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Version history =============== +0.14.1 (2022-12-18) +----------------------- +* fix youtube playlist and video in playlist download + 0.14.0 (2022-12-18) ----------------------- * many things diff --git a/pyproject.toml b/pyproject.toml index 4817ed7ce..6b43479c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ commands = [tool.poetry] name = "scdlbot" description = "Telegram Bot for downloading MP3 rips of tracks/sets from SoundCloud, Bandcamp, YouTube with tags and artwork" -version = "0.14.0" +version = "0.14.1" license = "MIT" authors = ["George Pchelkin "] diff --git a/scdlbot/__init__.py b/scdlbot/__init__.py index f9e966dcf..5823a9199 100644 --- a/scdlbot/__init__.py +++ b/scdlbot/__init__.py @@ -4,4 +4,4 @@ __author__ = """George Pchelkin""" __email__ = "george@pchelk.in" -__version__ = "0.14.0" +__version__ = "0.14.1"