Skip to content

Commit

Permalink
0.6.2: Explicitly order videos page & check existing videos more stri…
Browse files Browse the repository at this point in the history
…ctly

- see the following commits for more details:
  - commit e21a79c
  - commit 3e6262d
  - commit 0c817f2
  - commit 5453b14
  • Loading branch information
shailshouryya committed Sep 12, 2021
1 parent 5453b14 commit bf96c7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General Overview

#### See the [releases](https://github.com/slow-but-steady/yt-videos-list/releases) page to see new additions/modifications for each release!
#### See this [comparison](https://github.com/slow-but-steady/yt-videos-list/compare/v0.6.1...main) page to see new additions/modifications that will be available in the NEXT release!
#### See this [comparison](https://github.com/slow-but-steady/yt-videos-list/compare/v0.6.2...main) page to see new additions/modifications that will be available in the NEXT release!

<details>
<summary><b>See sister <a href="https://github.com/slow-but-steady/YouTube-Channels">YouTube-Channels</a> repository for a list of interesting channels!</b></summary></h3>
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Quick Start

#### See the [releases](https://github.com/slow-but-steady/yt-videos-list/releases) page to see new additions/modifications for each release!
#### See this [comparison](https://github.com/slow-but-steady/yt-videos-list/compare/v0.6.1...main) page to see new additions/modifications that will be available in the NEXT release!
#### See this [comparison](https://github.com/slow-but-steady/yt-videos-list/compare/v0.6.2...main) page to see new additions/modifications that will be available in the NEXT release!

<details>
<summary><b>See sister <a href="https://github.com/slow-but-steady/YouTube-Channels">YouTube-Channels</a> repository for a list of interesting channels!</b></summary></h3>
Expand Down
2 changes: 1 addition & 1 deletion python/dev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .custom_logger import log


__version__ = '0.6.1'
__version__ = '0.6.2'
__author__ = 'slow-but-steady'
__email__ = '[email protected]'
__development_status__ = '4 - Beta'
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name = 'yt_videos_list',
version = '0.6.1',
version = '0.6.2',
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',
Expand Down
2 changes: 1 addition & 1 deletion python/yt_videos_list/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .custom_logger import log


__version__ = '0.6.1'
__version__ = '0.6.2'
__author__ = 'slow-but-steady'
__email__ = '[email protected]'
__development_status__ = '4 - Beta'
Expand Down

0 comments on commit bf96c7f

Please sign in to comment.