Skip to content

Commit

Permalink
Release V2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MayankFawkes committed Jul 7, 2021
1 parent 1bfac62 commit 3e08a17
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
15 changes: 15 additions & 0 deletions Changlogs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changlogs

## v2.1.0

* bug fix

## v2.0.0

* bug fix
* now ``search`` object is iterable
* ``--connections`` added in cli to increase or decrease the no. of connections in download
* downloading socket timeout increase to ``15`` seconds
* added ``GoogleReCaptchaError`` in exceptions


7 changes: 1 addition & 6 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@

# Changlogs

## v2.0.0
## v2.1.0

* bug fix
* now ``search`` object is iterable
* ``--connections`` added in cli to increase or decrease the no. of connections in download
* downloading socket timeout increase to ``15`` seconds
* added ``GoogleReCaptchaError`` in exceptions
2 changes: 1 addition & 1 deletion youtube/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__title__ = "youtube.py"
__version__ = "2.0.0"
__version__ = "2.1.0"
__author__ = "Mayank Gupta"
__license__ = "MIT License"
__copyright__ = "Copyright 2020 YouTube.py (Mayank Gupta)"
Expand Down

0 comments on commit 3e08a17

Please sign in to comment.