From 9d8e804e31d5f0580e10b927becaae00408e8b5a Mon Sep 17 00:00:00 2001 From: Shail Shouryya Date: Sun, 23 May 2021 18:40:27 -0700 Subject: [PATCH] 0.5.8: Fix bugs from release 0.5.7 - no changes in API or functionality - these changes **should** have been a part of release 0.5.7, but missed these bugs during testing - see the following commits for bug fixes: - commit b41081485c3d599856f4431bcee01e6bb79146da - commit aa3b6243883bc22a1c52ef09639de0c8b50d40b9 - commit cd65c5c73d945db487743b4679f2997a6f1d06e4 - commit e5d16d7a87b6907789615776b12eb68d860524e4 --- python/dev/__init__.py | 2 +- python/setup.py | 2 +- python/yt_videos_list/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/dev/__init__.py b/python/dev/__init__.py index 3e4b7ae9..6cb523b3 100644 --- a/python/dev/__init__.py +++ b/python/dev/__init__.py @@ -8,7 +8,7 @@ from . import logic -__version__ = '0.5.7' +__version__ = '0.5.8' __author__ = 'Shail-Shouryya' __email__ = 'yt.videos.list@gmail.com' __development_status__ = '4 - Beta' diff --git a/python/setup.py b/python/setup.py index 463489fa..2fce4941 100644 --- a/python/setup.py +++ b/python/setup.py @@ -11,7 +11,7 @@ setup( name = 'yt_videos_list', - version = '0.5.7', + version = '0.5.8', description = 'YouTube bot to make a YouTube videos list (including all video titles and URLs uploaded by a channel) with end-to-end web scraping - no API tokens required. 🌟 Star this repo if you found it useful! 🌟', long_description = long_description, long_description_content_type = 'text/markdown', diff --git a/python/yt_videos_list/__init__.py b/python/yt_videos_list/__init__.py index 3e4b7ae9..6cb523b3 100644 --- a/python/yt_videos_list/__init__.py +++ b/python/yt_videos_list/__init__.py @@ -8,7 +8,7 @@ from . import logic -__version__ = '0.5.7' +__version__ = '0.5.8' __author__ = 'Shail-Shouryya' __email__ = 'yt.videos.list@gmail.com' __development_status__ = '4 - Beta'